Skip to content

Commit

Permalink
Add python3-venv
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed May 30, 2024
1 parent 20ef2ab commit 145dd55
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/alldev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ pylint \
python-all-dev \
python3-all-dev \
python3-pip \
python3-venv \
r-base \
redis-server \
redis-tools \
Expand Down
1 change: 1 addition & 0 deletions src/gocd-agent-golang.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ perl \
pkg-config \
python3-all-dev \
python3-pip \
python3-venv \
rpm \
rsync \
ssh \
Expand Down
1 change: 1 addition & 0 deletions src/gocd-agent-java.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ perl \
pkg-config \
python3-all-dev \
python3-pip \
python3-venv \
rpm \
rsync \
ssh \
Expand Down
1 change: 1 addition & 0 deletions src/gocd-agent-python.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ pylint \
python-all-dev \
python3-all-dev \
python3-pip \
python3-venv \
rsync \
ssh \
sudo \
Expand Down
1 change: 1 addition & 0 deletions src/gocd-agent.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ python-all-dev \
python-setuptools \
python3-all-dev \
python3-pip \
python3-venv \
r-base \
redis-server \
redis-tools \
Expand Down
1 change: 1 addition & 0 deletions src/golang.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ fakeroot \
pkg-config \
python3-all-dev \
python3-pip \
python3-venv \
rpm \
sudo \
&& pip install --break-system-packages --upgrade \
Expand Down

0 comments on commit 145dd55

Please sign in to comment.