Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BotellaA authored Apr 25, 2023
1 parent f32e871 commit 1c3e602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN \
dnf install -y 'dnf-command(config-manager)' && \
dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo && \
dnf install -y gh && \
mv /usr/lib64/openssl11 /usr/lib64/openssl && \
cp /usr/lib64/openssl11/* /usr/lib64 && \
mv /usr/include/openssl11 /usr/include/openssl

# Set environment variables.
Expand Down

0 comments on commit 1c3e602

Please sign in to comment.