UNCLASSIFIED

Commit 17d1a329 authored by Hunter Stevens's avatar Hunter Stevens
Browse files

Merge branch 'development' into 'master'

Development

See merge request !35
parents 3ab93c39 054ef74e
Pipeline #401400 passed with stages
in 15 minutes and 33 seconds
...@@ -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.1.2-py3-none-any.whl / COPY pip-21.2.1-py3-none-any.whl /
COPY setuptools-56.1.0-py3-none-any.whl / COPY setuptools-56.1.0-py3-none-any.whl /
COPY wheel-0.36.2-py2.py3-none-any.whl / COPY wheel-0.36.2-py2.py3-none-any.whl /
RUN python3.6 -m pip install --no-index --upgrade /pip-21.1.2-py3-none-any.whl && \ RUN python3.6 -m pip install --no-index --upgrade /pip-21.2.1-py3-none-any.whl && \
python3.6 -m pip install --no-index --upgrade /setuptools-56.1.0-py3-none-any.whl && \ python3.6 -m pip install --no-index --upgrade /setuptools-56.1.0-py3-none-any.whl && \
python3.6 -m pip install --no-index --upgrade /wheel-0.36.2-py2.py3-none-any.whl python3.6 -m pip install --no-index --upgrade /wheel-0.36.2-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.1.2-py3-none-any.whl - filename: pip-21.2.1-py3-none-any.whl
url: https://files.pythonhosted.org/packages/47/ca/f0d790b6e18b3a6f3bd5e80c2ee4edbb5807286c21cdd0862ca933f751dd/pip-21.1.3-py3-none-any.whl url: https://files.pythonhosted.org/packages/7c/02/9ab8b431aca1b46fcc1ac830a5870a28a12ba1abfa681904b1d2da876a86/pip-21.2.1-py3-none-any.whl
validation: validation:
type: sha256 type: sha256
value: 78cb760711fedc073246543801c84dc5377affead832e103ad0211f99303a204 value: da0ac9d9032d1d7bac69e9e301778f77b8b6626b85203f99edd2b545434d90a7
- filename: setuptools-56.1.0-py3-none-any.whl - filename: setuptools-56.1.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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment