Skip to content

Commit

Permalink
Change python3.6 ppa to deadsnakes. (#2888)
Browse files Browse the repository at this point in the history
  • Loading branch information
arostamianfar authored and adamnovak committed Dec 19, 2019
1 parent 2c97cfd commit 53293d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def heredoc(s):
> /etc/apt/sources.list.d/nodesource.list \
&& apt-key adv --keyserver keyserver.ubuntu.com --recv 68576280
RUN add-apt-repository -y ppa:jonathonf/python-3.6
RUN add-apt-repository -y ppa:deadsnakes/ppa
RUN apt-get -y update --fix-missing && \
DEBIAN_FRONTEND=noninteractive apt-get -y upgrade && \
Expand Down

0 comments on commit 53293d5

Please sign in to comment.