Skip to content

Commit a20188d

Browse files
committed
fix(python): refine 3.11 package list
1 parent 9b4a19d commit a20188d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/3.11/Dockerfile

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

0 commit comments

Comments
 (0)