UNCLASSIFIED

Commit f4998b8f authored by Scott Stroud's avatar Scott Stroud
Browse files

meh

parent 97ba249f
Pipeline #430002 failed with stages
in 19 minutes and 40 seconds
......@@ -48,7 +48,7 @@ COPY confluent_docker_utils-0.0.44-py3-none-any.whl /tmp/confluent_docker_utils-
COPY *.whl /tmp/python-dependencies/
COPY *.gz /tmp/python-dependencies/
RUN pip3 install --upgrade pip && pip3 install --prefix=/usr/local --upgrade --find-links /tmp/python-dependencies/ /tmp/confluent_docker_utils-0.0.44-py3-none-any.whl /tmp/python-dependencies/jsonnet-0.17.0.tar.gz
RUN pip3 install --upgrade pip && pip3 install --prefix=/usr/local --upgrade --find-links /tmp/python-dependencies/ /tmp/confluent_docker_utils-0.0.44-py3-none-any.whl /tmp/python-dependencies/jsonnet-0.17.0.tar.gz /tmp/python-dependencies/requests-2.26.0.tar.gz
## dub installed
########################################
......
......@@ -218,6 +218,11 @@ resources:
validation:
type: sha256
value: 23ffcd4d03a10af7b20b53feee16627debe28345a4d7d5ed07881b7444553bfb
- filename: requests-2.26.0.tar.gz
url: https://files.pythonhosted.org/packages/e7/01/3569e0b535fb2e4a6c384bdbed00c55b9d78b5084e0fb7f4d0bf523d7670/requests-2.26.0.tar.gz
validation:
type: sha256
value: b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7
- filename: confluent_docker_utils-0.0.44-py3-none-any.whl
url: https://ironbank-files.s3.amazonaws.com/confluent_docker_utils-0.0.44-py3-none-any.whl
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