Skip to content

Commit

Permalink
Merge pull request #320 from DaniilRomanov/DaniilRomanov-dockerfile-c…
Browse files Browse the repository at this point in the history
…i-fix

Update Dockerfile.ci
  • Loading branch information
eguzki authored Mar 29, 2022
2 parents aa3259d + fcd030d commit 49115f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ RUN test "x${MRI_DEPS}" = "x" || sudo dnf install -y ${MRI_DEPS}
ARG OPENSSL_SRC_PATH=/home/${USER_NAME}/openssl_1_1_1
ARG OPENSSL_INSTALL_PATH=/usr/local/opt/openssl
RUN git clone -b OpenSSL_1_1_1-stable --single-branch https://github.com/openssl/openssl.git ${OPENSSL_SRC_PATH} \
&& cd ${OPENSSL_SRC_PATH_PATH} \
&& cd ${OPENSSL_SRC_PATH} \
&& ./config --prefix=${OPENSSL_INSTALL_PATH} \
&& make \
&& sudo make install
Expand Down

0 comments on commit 49115f3

Please sign in to comment.