File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
# add sources for older pythons
22
22
apt-get update -q --fix-missing && \
23
23
apt-get install -y --no-install-recommends software-properties-common && \
24
- add-apt-repository ppa:deadsnakes/ppa && \
24
+ # add-apt-repository ppa:deadsnakes/ppa && \
25
25
apt-add-repository universe && \
26
26
apt-get -y update -qq --fix-missing && \
27
27
apt-get -y install --no-install-recommends \
Original file line number Diff line number Diff line change 27
27
# add sources for older pythons
28
28
apt-get update -qq --fix-missing && \
29
29
apt-get install -y --no-install-recommends software-properties-common && \
30
- add-apt-repository ppa:deadsnakes/ppa && \
30
+ # add-apt-repository ppa:deadsnakes/ppa && \
31
31
apt-add-repository universe && \
32
32
apt-get -y update -qq --fix-missing && \
33
33
apt-get -y install --no-install-recommends \
You can’t perform that action at this time.
0 commit comments