diff --git a/dockerfiles/ubuntu/ubuntu-20.04/ubuntu-20.04-base/Dockerfile b/dockerfiles/ubuntu/ubuntu-20.04/ubuntu-20.04-base/Dockerfile index cb1ee27..e09d3cc 100644 --- a/dockerfiles/ubuntu/ubuntu-20.04/ubuntu-20.04-base/Dockerfile +++ b/dockerfiles/ubuntu/ubuntu-20.04/ubuntu-20.04-base/Dockerfile @@ -32,6 +32,7 @@ RUN apt-get update && \ python \ python3 \ python3-pip \ + python3-venv \ python3-pexpect \ xz-utils \ locales \