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 576df15 commit 9b4a19dCopy full SHA for 9b4a19d
python/3/Dockerfile
@@ -15,7 +15,7 @@ ARG DEBIAN_FRONTEND=noninteractive
15
RUN set -eux; \
16
apt-get update; \
17
apt-get install -y --no-install-recommends \
18
- python3.11 python3.11-pip python3.11-venv; \
+ python3.11 python3-pip python3.11-venv; \
19
apt-get clean; \
20
rm -rf /var/lib/apt/lists/*
21
0 commit comments