From 8c5954f24afb8557350dc53c8fca2959c50406af Mon Sep 17 00:00:00 2001 From: Roman Davydov <15850461+rdavydov@users.noreply.github.com> Date: Mon, 16 Oct 2023 20:28:52 +0300 Subject: [PATCH] gcc=8.4.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 67a038e..161e2fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \