We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97a91f7 + 3bacb63 commit d290fecCopy full SHA for d290fec
1 file changed
Dockerfile
@@ -2,8 +2,8 @@ FROM ubuntu
2
3
RUN apt-get update && apt-get install -y \
4
curl \
5
- python3.12 \
6
- python3.12-venv \
+ python3 \
+ python3-venv \
7
python3-pip \
8
docker-compose-v2 \
9
zip
0 commit comments