Skip to content

Commit

Permalink
update base image
Browse files Browse the repository at this point in the history
  • Loading branch information
mguptahub committed May 23, 2024
1 parent 2ac9746 commit 9cc4228
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions aio/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9cc4228

Please sign in to comment.