Skip to content

Commit ed9343e

Browse files
Merge pull request #4639 from smarterclayton/zip
Include zip in the origin/release image
2 parents 59d15cf + 02b1cf3 commit ed9343e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/release/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
FROM openshift/origin-base
88

9-
RUN yum install -y hg golang golang-pkg-darwin-amd64 golang-pkg-windows-amd64 && yum clean all
9+
RUN yum install -y zip hg golang golang-pkg-darwin-amd64 golang-pkg-windows-amd64 && yum clean all
1010

1111
ENV GOPATH /go
1212

0 commit comments

Comments
 (0)