diff --git a/ubuntu/Dockerfile.bionic b/ubuntu/Dockerfile.bionic index 712ed83..038478a 100644 --- a/ubuntu/Dockerfile.bionic +++ b/ubuntu/Dockerfile.bionic @@ -6,7 +6,7 @@ LABEL maintainer="Hive Solutions " ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update &&\ - apt-get install -y -q --no-install-recommends sudo bash wget git openssl unzip ca-certificates dirmngr apt-transport-https python python3 &&\ + apt-get install -y -q --no-install-recommends sudo bash wget git openssl unzip ca-certificates dirmngr apt-transport-https python python3 python3-distutils &&\ apt-get clean && rm -rf /var/lib/apt/lists/* &&\ wget "https://bootstrap.pypa.io/pip/3.6/get-pip.py" &&\ wget "https://bootstrap.pypa.io/pip/2.7/get-pip.py" -O get-pip-2.py &&\