gcc=8.4.0

This commit is contained in:
Roman Davydov
2023-10-16 20:28:52 +03:00
committed by GitHub
parent 43b10e5c25
commit 8c5954f24a

View File

@@ -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 \
@@ -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 \