Skip to content

Commit

Permalink
Add GCC dependencies to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Dec 31, 2024
1 parent 5887ff9 commit 2a2cb1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ RUN yum upgrade -y && \
unzip \
wget \
xz \
gmp-devel \
mpfr-devel \
mpc-devel \
zlib-devel.i686 \
zlib-devel.x86_64 \
&& yum clean all
Expand Down

0 comments on commit 2a2cb1d

Please sign in to comment.