We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d495d commit 58b5ba3Copy full SHA for 58b5ba3
base/Dockerfile
@@ -28,10 +28,11 @@ RUN sed -i 's#/archive.ubuntu.com#/au.archive.ubuntu.com#g' /etc/apt/sources.lis
28
python3.8-venv \
29
python3.11 \
30
python3.11-venv \
31
+ python3.11-distutils \
32
# --- python 3.10 needed for new projects ---
- python3.10-dev \
33
- python3.10-distutils \
+ python3.10-dev \
34
python3.10-venv \
35
+ python3.10-distutils \
36
# utils ---
37
tmux \
38
unzip \
0 commit comments