Skip to content

Commit 3bacb63

Browse files
committed
add zip; track current Ubuntu python via unversioned meta packages
Bumped to python3 / python3-venv (no minor pin). FROM ubuntu rolled forward to resolute (25.10), which dropped python3.12 and broke the 1.1.3 build. Unversioned packages track whatever ships in the current release.
1 parent 3d633e2 commit 3bacb63

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM ubuntu
22

33
RUN apt-get update && apt-get install -y \
44
curl \
5-
python3.12 \
6-
python3.12-venv \
5+
python3 \
6+
python3-venv \
77
python3-pip \
88
docker-compose-v2 \
99
zip

0 commit comments

Comments
 (0)