Skip to content

Commit

Permalink
install python-venv on docker images that didn't already have it
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Jun 11, 2024
1 parent 7ee8e7f commit de46992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/docker-images/raspbian-bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN apt-get update -qq \
python3.9 \
python3-dev \
python3-pip \
python3-venv \
build-essential \
# For PPAs
software-properties-common \
Expand Down
1 change: 1 addition & 0 deletions .github/docker-images/ubuntu-18-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt-get update -qq \
# Ubuntu18's default python3 is python3.6, which is EOL.
# So install python3.8 (latest version on this distro, circa Oct 2022)
python3.8-dev \
python3.8-venv \
# This installs pip for all python versions on the system
# (there is no "python3.8-pip")
python3-pip \
Expand Down

0 comments on commit de46992

Please sign in to comment.