UNCLASSIFIED

Commit 1ecc7e81 authored by Scott Stroud's avatar Scott Stroud
Browse files

no-index

parent 8b28a381
Pipeline #431749 passed with stages
in 9 minutes and 41 seconds
...@@ -54,7 +54,7 @@ COPY *.gz /tmp/python-dependencies/ ...@@ -54,7 +54,7 @@ COPY *.gz /tmp/python-dependencies/
## copy in the python libs and then ## copy in the python libs and then
RUN cd /usr/local/lib64 && tar -xvf *_UsrLocalLib64.tar.gz && rm *_UsrLocalLib64.tar.gz \ RUN cd /usr/local/lib64 && tar -xvf *_UsrLocalLib64.tar.gz && rm *_UsrLocalLib64.tar.gz \
&& cd /usr/local/lib && tar -xvf *_UsrLocalLib.tar.gz && rm *_UsrLocalLib.tar.gz \ && cd /usr/local/lib && tar -xvf *_UsrLocalLib.tar.gz && rm *_UsrLocalLib.tar.gz \
&& pip3 install --prefix=/usr/local --find-links /tmp/python-dependencies/ /tmp/confluent_docker_utils-0.0.44-py3-none-any.whl && pip3 install --no-index --prefix=/usr/local --find-links /tmp/python-dependencies/ /tmp/confluent_docker_utils-0.0.44-py3-none-any.whl
## dub installed ## dub installed
######################################## ########################################
......
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