Skip to content

Commit 8bc9053

Browse files
author
OpenShift Bot
authored
Merge pull request #12095 from php-coder/add_openssl_to_origin_release_images
Merged by openshift-bot
2 parents ec0d94c + ce3c940 commit 8bc9053

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

images/release/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ENV VERSION=1.6 \
1515
ENV PATH=$PATH:$GOROOT/bin:$GOPATH/bin
1616

1717
RUN mkdir $TMPDIR && \
18-
INSTALL_PKGS="make gcc zip mercurial krb5-devel bsdtar bc rsync bind-utils file jq" && \
18+
INSTALL_PKGS="make gcc zip mercurial krb5-devel bsdtar bc rsync bind-utils file jq openssl" && \
1919
yum install -y $INSTALL_PKGS && \
2020
rpm -V $INSTALL_PKGS && \
2121
yum clean all && \

images/release/golang-1.4/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV PATH=$PATH:$GOROOT/bin:$GOPATH/bin
1616

1717
ADD *.rpm /tmp/origin-rpm/
1818
RUN mkdir $TMPDIR && \
19-
INSTALL_PKGS="make gcc zip mercurial krb5-devel bsdtar bc rsync bind-utils file jq tito createrepo" && \
19+
INSTALL_PKGS="make gcc zip mercurial krb5-devel bsdtar bc rsync bind-utils file jq tito createrepo openssl" && \
2020
yum install -y $INSTALL_PKGS /tmp/origin-rpm/*.rpm && \
2121
rpm -V $INSTALL_PKGS && \
2222
yum clean all && \

images/release/golang-1.6/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV PATH=$PATH:$GOROOT/bin:$GOPATH/bin
1616

1717
ADD *.rpm /tmp/origin-rpm/
1818
RUN mkdir $TMPDIR && \
19-
INSTALL_PKGS="make gcc zip mercurial krb5-devel bsdtar bc rsync bind-utils file jq tito createrepo" && \
19+
INSTALL_PKGS="make gcc zip mercurial krb5-devel bsdtar bc rsync bind-utils file jq tito createrepo openssl" && \
2020
yum install -y $INSTALL_PKGS /tmp/origin-rpm/*.rpm && \
2121
rpm -V $INSTALL_PKGS && \
2222
yum clean all && \

images/release/golang-1.7/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV PATH=$PATH:$GOROOT/bin:$GOPATH/bin
1616

1717
ADD *.rpm /tmp/origin-rpm/
1818
RUN mkdir $TMPDIR && \
19-
INSTALL_PKGS="make gcc zip mercurial krb5-devel bsdtar bc rsync bind-utils file jq tito createrepo" && \
19+
INSTALL_PKGS="make gcc zip mercurial krb5-devel bsdtar bc rsync bind-utils file jq tito createrepo openssl" && \
2020
yum install -y $INSTALL_PKGS /tmp/origin-rpm/*.rpm && \
2121
rpm -V $INSTALL_PKGS && \
2222
yum clean all && \

0 commit comments

Comments
 (0)