Loading Dockerfile-py3-amd64 +0 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ ARG OPENSSL_VERSION=3.0.4 ENV PYPI_URL=https://pypi.python.org/ ENV PYPI_INDEX_URL=https://pypi.python.org/simple ENV PYENV_VERSION=${PYTHON_VERSION} RUN \ set -x \ Loading test/hello.py +3 −1 Original line number Diff line number Diff line print('hello world') import requests requests.get('https://api.github.com') Loading
Dockerfile-py3-amd64 +0 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ ARG OPENSSL_VERSION=3.0.4 ENV PYPI_URL=https://pypi.python.org/ ENV PYPI_INDEX_URL=https://pypi.python.org/simple ENV PYENV_VERSION=${PYTHON_VERSION} RUN \ set -x \ Loading
test/hello.py +3 −1 Original line number Diff line number Diff line print('hello world') import requests requests.get('https://api.github.com')