UNCLASSIFIED

Commits (4)
...@@ -38,11 +38,11 @@ RUN find /usr/local -depth \ ...@@ -38,11 +38,11 @@ RUN find /usr/local -depth \
echo '/usr/local/lib' > /etc/ld.so.conf && \ echo '/usr/local/lib' > /etc/ld.so.conf && \
ldconfig ldconfig
COPY pip-21.2.3-py3-none-any.whl / COPY pip-21.2.4-py3-none-any.whl /
COPY setuptools-57.4.0-py3-none-any.whl / COPY setuptools-57.4.0-py3-none-any.whl /
COPY wheel-0.37.0-py2.py3-none-any.whl / COPY wheel-0.37.0-py2.py3-none-any.whl /
RUN python3.6 -m pip install --no-index --upgrade /pip-21.2.3-py3-none-any.whl && \ RUN python3.6 -m pip install --no-index --upgrade /pip-21.2.4-py3-none-any.whl && \
python3.6 -m pip install --no-index --upgrade /setuptools-57.4.0-py3-none-any.whl && \ python3.6 -m pip install --no-index --upgrade /setuptools-57.4.0-py3-none-any.whl && \
python3.6 -m pip install --no-index --upgrade /wheel-0.37.0-py2.py3-none-any.whl python3.6 -m pip install --no-index --upgrade /wheel-0.37.0-py2.py3-none-any.whl
......
...@@ -35,11 +35,11 @@ resources: ...@@ -35,11 +35,11 @@ resources:
validation: validation:
type: sha256 type: sha256
value: f2377645ddbe150db42ff37c41401981f6f5259320ca559e7368a0785b99d6df value: f2377645ddbe150db42ff37c41401981f6f5259320ca559e7368a0785b99d6df
- filename: pip-21.2.3-py3-none-any.whl - filename: pip-21.2.4-py3-none-any.whl
url: https://files.pythonhosted.org/packages/ca/bf/4133a0e05eac641ec270bbcef30512b5ad307d7838adb994acd652cc30e3/pip-21.2.3-py3-none-any.whl url: https://files.pythonhosted.org/packages/ca/31/b88ef447d595963c01060998cb329251648acf4a067721b0452c45527eb8/pip-21.2.4-py3-none-any.whl
validation: validation:
type: sha256 type: sha256
value: 895df6014c2f02f9d278a8ad6e31cdfd312952b4a93c3068d0556964f4490057 value: fa9ebb85d3fd607617c0c44aca302b1b45d87f9c2a1649b46c26167ca4296323
- filename: setuptools-57.4.0-py3-none-any.whl - filename: setuptools-57.4.0-py3-none-any.whl
url: https://files.pythonhosted.org/packages/bd/25/5bdf7f1adeebd4e3fa76b2e2f045ae53ee208e40a4231ad0f0c3007e4353/setuptools-57.4.0-py3-none-any.whl url: https://files.pythonhosted.org/packages/bd/25/5bdf7f1adeebd4e3fa76b2e2f045ae53ee208e40a4231ad0f0c3007e4353/setuptools-57.4.0-py3-none-any.whl
validation: validation:
......