File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4141
4242 # install python dependencies
4343 # 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 \
4545 PIP_URL="https://bootstrap.pypa.io/pip/$PYTHON_VERSION/get-pip.py" ; \
4646 else \
4747 apt-get -y install --no-install-recommends python${PYTHON_VERSION}-distutils ; \
Original file line number Diff line number Diff line change 4747
4848 # install python dependencies
4949 # 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 \
5151 PIP_URL="https://bootstrap.pypa.io/pip/$PYTHON_VERSION/get-pip.py" ; \
5252 else \
5353 apt-get -y install --no-install-recommends python${PYTHON_VERSION}-distutils ; \
You can’t perform that action at this time.
0 commit comments