Skip to content

Commit 9b4a19d

Browse files
committed
fix(python): correct package name
1 parent 576df15 commit 9b4a19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ARG DEBIAN_FRONTEND=noninteractive
1515
RUN set -eux; \
1616
apt-get update; \
1717
apt-get install -y --no-install-recommends \
18-
python3.11 python3.11-pip python3.11-venv; \
18+
python3.11 python3-pip python3.11-venv; \
1919
apt-get clean; \
2020
rm -rf /var/lib/apt/lists/*
2121

0 commit comments

Comments
 (0)