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 41
41
42
42
# install python dependencies
43
43
# sysctl -w net.ipv4.ip_forward=1 ; \
44
- if [[ "$PYTHON_VERSION" == "2.7" || "$PYTHON_VERSION" == "3.6" ]]; then \
44
+ if [[ "$PYTHON_VERSION" == "2.7" || "$PYTHON_VERSION" == "3.6" || "$PYTHON_VERSION" == "3.7" ]]; then \
45
45
PIP_URL="https://bootstrap.pypa.io/pip/$PYTHON_VERSION/get-pip.py" ; \
46
46
else \
47
47
apt-get -y install --no-install-recommends python${PYTHON_VERSION}-distutils ; \
Original file line number Diff line number Diff line change 47
47
48
48
# install python dependencies
49
49
# sysctl -w net.ipv4.ip_forward=1 ; \
50
- if [[ "$PYTHON_VERSION" == "2.7" || "$PYTHON_VERSION" == "3.6" ]]; then \
50
+ if [[ "$PYTHON_VERSION" == "2.7" || "$PYTHON_VERSION" == "3.6" || "$PYTHON_VERSION" == "3.7" ]]; then \
51
51
PIP_URL="https://bootstrap.pypa.io/pip/$PYTHON_VERSION/get-pip.py" ; \
52
52
else \
53
53
apt-get -y install --no-install-recommends python${PYTHON_VERSION}-distutils ; \
You can’t perform that action at this time.
0 commit comments