Skip to content

Commit d290fec

Browse files
authored
Merge pull request #2 from FreeshardBase/add-zip
fix: track current Ubuntu python via unversioned meta packages
2 parents 97a91f7 + 3bacb63 commit d290fec

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)