mirror of https://github.com/containers/podman.git
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:
parent
cf13fa1866
commit
cad16bd671
|
@ -27,3 +27,5 @@ RUN dnf -y install btrfs-progs-devel \
|
||||||
golang-github-cpuguy83-go-md2man \
|
golang-github-cpuguy83-go-md2man \
|
||||||
slirp4netns \
|
slirp4netns \
|
||||||
iptables && dnf -y clean all
|
iptables && dnf -y clean all
|
||||||
|
|
||||||
|
ENV GOPATH=/go
|
||||||
|
|
Loading…
Reference in New Issue