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 9b4a19d commit a20188dCopy full SHA for a20188d
python/3.11/Dockerfile
@@ -12,6 +12,6 @@ ARG DEBIAN_FRONTEND=noninteractive
12
RUN set -eux; \
13
apt-get update; \
14
apt-get install -y --no-install-recommends \
15
- python3 python3-pip python3-venv; \
+ python3.11 python3-pip python3.11-venv; \
16
apt-get clean; \
17
rm -rf /var/lib/apt/lists/*
0 commit comments