gcc-12
This commit is contained in:
@@ -12,7 +12,7 @@ RUN pip install --upgrade pip
|
|||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq -y --fix-missing --no-install-recommends \
|
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq -y --fix-missing --no-install-recommends \
|
||||||
gcc=8.4.0-1ubuntu1~18.04 \
|
gcc-12 \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
rustc \
|
rustc \
|
||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
@@ -21,7 +21,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq -y --fix-missing --no-ins
|
|||||||
make \
|
make \
|
||||||
automake \
|
automake \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
g++=8.4.0-1ubuntu1~18.04 \
|
g++-12
|
||||||
subversion \
|
subversion \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
&& if [ "${BUILDX_QEMU_ENV}" = "true" ] && [ "$(getconf LONG_BIT)" = "32" ]; then \
|
&& if [ "${BUILDX_QEMU_ENV}" = "true" ] && [ "$(getconf LONG_BIT)" = "32" ]; then \
|
||||||
|
|||||||
Reference in New Issue
Block a user