Loading linux/py3/Dockerfile +2 −1 Original line number Diff line number Diff line Loading @@ -10,8 +10,9 @@ ENV PYPI_INDEX_URL=https://pypi.python.org/simple COPY entrypoint.sh /entrypoint.sh RUN \ set -x \ # update system apt-get update \ && apt-get update \ # install requirements && apt-get install -y --no-install-recommends \ build-essential \ Loading Loading
linux/py3/Dockerfile +2 −1 Original line number Diff line number Diff line Loading @@ -10,8 +10,9 @@ ENV PYPI_INDEX_URL=https://pypi.python.org/simple COPY entrypoint.sh /entrypoint.sh RUN \ set -x \ # update system apt-get update \ && apt-get update \ # install requirements && apt-get install -y --no-install-recommends \ build-essential \ Loading