diff --git a/aio/Dockerfile.base b/aio/Dockerfile.base index 35498a2ec9a..89a50f559ec 100644 --- a/aio/Dockerfile.base +++ b/aio/Dockerfile.base @@ -36,13 +36,13 @@ RUN apt-get install -y redis-server RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \ apt-get install -y nodejs -# Install Python 3.11 -RUN add-apt-repository ppa:deadsnakes/ppa -y && \ - apt-get update && \ - apt-get install -y python3.11 python3.11-dev python3.11-distutils && \ - update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1 && \ - update-alternatives --install /usr/bin/python python /usr/bin/python3.11 1 && \ - update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1 +# # Install Python 3.11 +# RUN add-apt-repository ppa:deadsnakes/ppa -y && \ +# apt-get update && \ +# apt-get install -y python3.11 python3.11-dev python3.11-distutils && \ +# update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1 && \ +# update-alternatives --install /usr/bin/python python /usr/bin/python3.11 1 && \ +# update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1 # Install MinIO ARG TARGETARCH