Skip to content

Commit

Permalink
fixup! Install python3.8 in Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed May 9, 2021
1 parent fc80907 commit 47e61e9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,13 @@ RUN \

# install python3.8
RUN \
add-apt-repository ppa:deadsnakes/ppa \
add-apt-repository -y ppa:deadsnakes/ppa \
&& \
apt install python3.8 \
apt install -qq python3.8 \
&& \
apt-get clean \
&& \
rm -rf /var/lib/apt/lists/* \
&& \
echo "installed python3.8"

Expand Down

0 comments on commit 47e61e9

Please sign in to comment.