Skip to content

Commit

Permalink
Install python3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Nov 9, 2023
1 parent e5ce14a commit 7859c62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ ENV DEBIAN_FRONTEND noninteractive

RUN apt update --fix-missing && apt upgrade --yes \
&& apt install -y software-properties-common apt-utils build-essential git wget curl \
# && add-apt-repository ppa:deadsnakes/ppa \
# && apt update \
# && apt install -y --no-install-recommends python3.10-dev python3.10-distutils python3-pip python3-apt \
&& add-apt-repository ppa:deadsnakes/ppa \
&& apt update \
&& apt install -y --no-install-recommends python3.10-dev python3.10-distutils python3-pip python3-apt \
&& apt purge --auto-remove \
&& apt clean \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 7859c62

Please sign in to comment.