File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 3636 update-alternatives --install /usr/bin/python${PYTHON_VERSION%%.*} python${PYTHON_VERSION%%.*} /usr/bin/python${PYTHON_VERSION} 1 && \
3737 update-alternatives --install /usr/bin/python python /usr/bin/python${PYTHON_VERSION} 1 && \
3838 # install python dependencies
39- apt-get -y install --no-install-recommends python${PYTHON_VERSION}-distutils && \
4039 PIP_URL="https://bootstrap.pypa.io/get-pip.py" && \
4140 curl $PIP_URL | python
4241
Original file line number Diff line number Diff line change 4444 update-alternatives --install /usr/bin/python python /usr/bin/python${PYTHON_VERSION} 1 && \
4545
4646 # install python dependencies
47- # sysctl -w net.ipv4.ip_forward=1 ; \
48- apt-get -y install --no-install-recommends python${PYTHON_VERSION}-distutils && \
4947 PIP_URL="https://bootstrap.pypa.io/get-pip.py" && \
5048 curl $PIP_URL | python
5149
You can’t perform that action at this time.
0 commit comments