Skip to content

Commit

Permalink
Install python3-distutils in tier1
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum5 committed Aug 20, 2024
1 parent d0c0a73 commit e4d6dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tier1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN echo deb http://deb.debian.org/debian/ bullseye main > /etc/apt/sources.list
echo deb http://deb.debian.org/debian/ experimental main > /etc/apt/sources.list.d/experimental.list && \
apt-get update && \
apt-get install -y --no-install-recommends \
curl file gcc g++ python3-full python3-pip python3-dev python3-setuptools python3-wheel cython3 libseccomp-dev bzip2 gzip \
curl file gcc g++ python3-full python3-pip python3-dev python3-setuptools python3-wheel python3-distutils cython3 libseccomp-dev bzip2 gzip \
python2 fp-compiler libxtst6 tini ca-certificates-java openjdk-8-jdk-headless openjdk-8-jre-headless \
$([ "$(arch)" = aarch64 ] && echo binutils-arm-linux-gnueabihf) && \
mkdir -p /etc/perl && \
Expand Down

0 comments on commit e4d6dc0

Please sign in to comment.