Skip to content

Commit 58b5ba3

Browse files
authored
update base image to include py311-distutils needed for c-builds
update base image to include py311-distutils needed for c-builds
1 parent 50d495d commit 58b5ba3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

base/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ RUN sed -i 's#/archive.ubuntu.com#/au.archive.ubuntu.com#g' /etc/apt/sources.lis
2828
python3.8-venv \
2929
python3.11 \
3030
python3.11-venv \
31+
python3.11-distutils \
3132
# --- python 3.10 needed for new projects ---
32-
python3.10-dev \
33-
python3.10-distutils \
33+
python3.10-dev \
3434
python3.10-venv \
35+
python3.10-distutils \
3536
# utils ---
3637
tmux \
3738
unzip \

0 commit comments

Comments
 (0)