FROM openshift/origin-release:golang-1.16
RUN yum -y install epel-release --disablerepo=epel && yum clean all
RUN yum -y install make
RUN go get -u github.com/onsi/ginkgo/ginkgo
RUN go get github.com/onsi/gomega/...
RUN chmod g+rw /etc/passwd
ENV LC_ALL=en_US.utf-8 LANG=en_US.utf-8