diff --git a/ubuntu/Dockerfile.noble b/ubuntu/Dockerfile.noble index 5170c7f..ab2ee46 100644 --- a/ubuntu/Dockerfile.noble +++ b/ubuntu/Dockerfile.noble @@ -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 python3 python3-distutils &&\ + apt-get install -y -q --no-install-recommends sudo bash wget git openssl unzip ca-certificates dirmngr apt-transport-https python3 &&\ apt-get clean && rm -rf /var/lib/apt/lists/* &&\ wget "https://bootstrap.pypa.io/get-pip.py" &&\ python get-pip.py --no-cache-dir --no-compile &&\