Skip to content

Commit

Permalink
Adding openssl for proxy ci work
Browse files Browse the repository at this point in the history
  • Loading branch information
ewolinetz committed Aug 22, 2019
1 parent 1f939d0 commit 8987fc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/installer/Dockerfile.upi.ci
Expand Up @@ -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 && \
Expand Down

0 comments on commit 8987fc0

Please sign in to comment.