Skip to content

Commit

Permalink
add python3-venv to other base images
Browse files Browse the repository at this point in the history
  • Loading branch information
saosebastiao authored and dagar committed Jun 12, 2024
1 parent 8f26396 commit 5483ce7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile_aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ RUN apt-get update && apt-get -y --quiet --no-install-recommends install \
pkg-config \
python3-dev \
python3-pip \
python3-venv \
rsync \
shellcheck \
tzdata \
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile_armhf
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ RUN apt-get update && apt-get -y --quiet --no-install-recommends install \
pkg-config \
python3-dev \
python3-pip \
python3-venv \
rsync \
shellcheck \
tzdata \
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile_base-bionic
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN apt-get update && apt-get -y --quiet --no-install-recommends install \
pkg-config \
python3-dev \
python3-pip \
python3-venv \
rsync \
shellcheck \
tzdata \
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile_base-jammy
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ RUN apt-get update && apt-get -y --quiet --no-install-recommends install \
python3 \
python3-dev \
python3-pip \
python3-venv \
rsync \
screen \
shellcheck \
Expand Down

0 comments on commit 5483ce7

Please sign in to comment.