Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BotellaA authored Feb 12, 2024
1 parent cd787a3 commit 13772da
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 @@ -6,7 +6,7 @@ RUN \
yum install -y epel-release yum-utils && \
curl -sL https://rpm.nodesource.com/setup_14.x | bash - && \
yum update -y && \
yum install -y dnf wget ninja-build valgrind-devel nodejs && \
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 && \
Expand Down

0 comments on commit 13772da

Please sign in to comment.