diff --git a/.docker-base/Dockerfile b/.docker-base/Dockerfile index 16c65686e47effbf0d76fccbf8af0c7b91dcc0c9..b781ab3986dcc0c39c70ad1a61bf5d406e29b7f5 100644 --- a/.docker-base/Dockerfile +++ b/.docker-base/Dockerfile @@ -9,7 +9,9 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \ acl \ docker.io \ python3-pip \ - python3 \ + python3.6 \ + python3.7 \ + python3.8 \ python3-dev \ gcc \ make \