Skip to content

Commit

Permalink
update Dockerfile-p10 to install openssl packages (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeepali authored Sep 27, 2023
1 parent 2d6f99d commit 634c930
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion open_ce/images/builder/Dockerfile-p10
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ ENV BUILD_USER=builder
ARG BUILD_ID=1084

RUN export ARCH="$(uname -m)" && \
yum repolist && yum install -y rsync openssh-clients diffutils procps git-lfs gcc-toolset-11 glibc-devel file libtirpc-devel psmisc libX11-devel && \
yum repolist && \
yum install -y rsync openssh-clients diffutils procps git-lfs gcc-toolset-11 glibc-devel file libtirpc-devel psmisc libX11-devel openssl openssl-libs openssl-devel && \
# Create CICD Group
groupadd --non-unique --gid ${GROUP_ID} ${CICD_GROUP} && \
# Adduser Builder
Expand Down

0 comments on commit 634c930

Please sign in to comment.