Skip to content

Commit 1f4f8ee

Browse files
committed
fix python venv install
1 parent 8a79d84 commit 1f4f8ee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM ubuntu
33
RUN apt-get update && apt-get install -y \
44
curl \
55
python3.12 \
6+
python3.12-venv \
67
python3-pip \
78
docker-compose
89

0 commit comments

Comments
 (0)