Skip to content

Commit

Permalink
better
Browse files Browse the repository at this point in the history
  • Loading branch information
BotellaA committed Jul 5, 2024
1 parent c18c0eb commit 76553fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ RUN \
yum install -y epel-release yum-utils && \
curl -sL https://rpm.nodesource.com/setup_20.x | bash - && \
yum update -y && \
yum install -y dnf wget ninja-build zstd valgrind-devel nodejs perl-IPC-Cmd && \
yum install -y dnf wget ninja-build zstd valgrind-devel nodejs && \
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

RUN \
yum install -y perl-Pod-Html perl-IPC-Cmd && \
wget https://www.openssl.org/source/openssl-3.3.1.tar.gz && \
tar -xzf openssl-3.3.1.tar.gz && \
cd openssl-3.3.1 && \
Expand Down

0 comments on commit 76553fb

Please sign in to comment.