Skip to content

Commit

Permalink
gcc=8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavydov authored Oct 16, 2023
1 parent 43b10e5 commit 8c5954f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN pip install --upgrade pip

RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq -y --fix-missing --no-install-recommends \
gcc-9 \
gcc=8.4.0 \
libffi-dev \
rustc \
zlib1g-dev \
Expand All @@ -21,7 +21,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq -y --fix-missing --no-ins
make \
automake \
ninja-build \
g++-9 \
g++=8.4.0 \
subversion \
python3-dev \
&& if [ "${BUILDX_QEMU_ENV}" = "true" ] && [ "$(getconf LONG_BIT)" = "32" ]; then \
Expand Down

0 comments on commit 8c5954f

Please sign in to comment.