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.
1 parent 8a79d84 commit 1f4f8eeCopy full SHA for 1f4f8ee
1 file changed
Dockerfile
@@ -3,6 +3,7 @@ FROM ubuntu
3
RUN apt-get update && apt-get install -y \
4
curl \
5
python3.12 \
6
+ python3.12-venv \
7
python3-pip \
8
docker-compose
9
0 commit comments