From 1ecc7e8134f9720df9ded6bf9e92856cdabfcc4c Mon Sep 17 00:00:00 2001 From: Scott Stroud Date: Wed, 18 Aug 2021 11:29:21 -0600 Subject: [PATCH] no-index --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a56acee..7dd6854 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,7 @@ COPY *.gz /tmp/python-dependencies/ ## copy in the python libs and then 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 \ - && 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 ######################################## -- GitLab