File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 23
23
software-properties-common \
24
24
dirmngr \
25
25
gnupg && \
26
- if [[ "${PYTHON_VERSION%%.*}" -eq 3 && "${PYTHON_VERSION#*.}" -lt 10 ]]; then \
27
- add-apt-repository ppa:deadsnakes/ppa ; \
28
- fi && \
26
+ add-apt-repository ppa:deadsnakes/ppa && \
29
27
apt-add-repository universe && \
30
28
apt-get -y update -qq --fix-missing && \
31
29
apt-get -y install --no-install-recommends \
Original file line number Diff line number Diff line change 29
29
software-properties-common \
30
30
dirmngr \
31
31
gnupg && \
32
- if [[ "${PYTHON_VERSION%%.*}" -eq 3 && "${PYTHON_VERSION#*.}" -lt 10 ]]; then \
33
- add-apt-repository ppa:deadsnakes/ppa ; \
34
- fi && \
32
+ add-apt-repository ppa:deadsnakes/ppa && \
35
33
apt-add-repository universe && \
36
34
apt-get -y update -qq --fix-missing && \
37
35
apt-get -y install --no-install-recommends \
You can’t perform that action at this time.
0 commit comments