add the gopath environment variable to the openshift dockerfile

Signed-off-by: baude <bbaude@redhat.com>

Closes: #1513
Approved by: baude
This commit is contained in:
baude
2018-09-19 15:59:42 -05:00
committed by Atomic Bot
parent cf13fa1866
commit cad16bd671

View File

@ -27,3 +27,5 @@ RUN dnf -y install btrfs-progs-devel \
golang-github-cpuguy83-go-md2man \
slirp4netns \
iptables && dnf -y clean all
ENV GOPATH=/go