Merge pull request #8345 from heitbaum/fix-ci

tools/docker/jammy: rerun apt-get update
This commit is contained in:
Matthias Reichl 2023-11-19 13:53:23 +01:00 committed by GitHub
commit 3444bd4fa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,8 @@ RUN adduser --disabled-password --gecos '' docker \
&& adduser docker sudo \ && adduser docker sudo \
&& echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers && echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
RUN apt-get update
RUN apt-get install -y \ RUN apt-get install -y \
wget bash bc gcc-12 sed patch patchutils tar bzip2 gzip xz-utils zstd perl gawk gperf zip \ wget bash bc gcc-12 sed patch patchutils tar bzip2 gzip xz-utils zstd perl gawk gperf zip \
unzip diffutils lzop make file g++-12 xfonts-utils xsltproc default-jre-headless python3 \ unzip diffutils lzop make file g++-12 xfonts-utils xsltproc default-jre-headless python3 \