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 c5f19af commit dd480d4Copy full SHA for dd480d4
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.11 python3.11-venv python3-pip; \
+ python3 python3-venv python3-pip; \
16
apt-get clean; \
17
rm -rf /var/lib/apt/lists/*
0 commit comments