diff --git a/docker/Dockerfile_aarch64 b/docker/Dockerfile_aarch64 index c1e9786..5616600 100644 --- a/docker/Dockerfile_aarch64 +++ b/docker/Dockerfile_aarch64 @@ -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 \ diff --git a/docker/Dockerfile_armhf b/docker/Dockerfile_armhf index 8deb00e..84b7673 100644 --- a/docker/Dockerfile_armhf +++ b/docker/Dockerfile_armhf @@ -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 \ diff --git a/docker/Dockerfile_base-bionic b/docker/Dockerfile_base-bionic index 044d2d3..5bfecd7 100644 --- a/docker/Dockerfile_base-bionic +++ b/docker/Dockerfile_base-bionic @@ -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 \ diff --git a/docker/Dockerfile_base-jammy b/docker/Dockerfile_base-jammy index cb4bda4..ec65b5e 100644 --- a/docker/Dockerfile_base-jammy +++ b/docker/Dockerfile_base-jammy @@ -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 \