1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00

Adding openssl for proxy ci work

This commit is contained in:
Eric Wolinetz
2019-08-22 12:24:01 -05:00
parent 1f939d01fc
commit 8987fc0fe8

View File

@@ -18,7 +18,8 @@ COPY --from=builder /go/src/github.com/openshift/installer/data/data/rhcos.json
RUN yum install --setopt=tsflags=nodocs -y \
gettext \
openssh-clients && \
openssh-clients \
openssl && \
yum update -y && \
yum install --setopt=tsflags=nodocs -y \
unzip gzip jq util-linux && \