Skip to content

Commit dd480d4

Browse files
committed
fix(python): consistency
1 parent c5f19af commit dd480d4

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.11 python3.11-venv python3-pip; \
15+
python3 python3-venv python3-pip; \
1616
apt-get clean; \
1717
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)