Skip to content

Commit

Permalink
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 2accc80 commit ead7cf0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ RUN \
&& \
echo "installed apt packages"

# install python3.8
RUN \
add-apt-repository ppa:deadsnakes/ppa \
&& \
apt install python3.8 \
&& \
echo "installed python3.8"

COPY container/policy.xml /etc/ImageMagick-6/policy.xml

COPY container/ccache.conf /etc/ccache.conf
Expand Down

0 comments on commit ead7cf0

Please sign in to comment.