diff --git a/Dockerfile b/Dockerfile index b0493ae0e9f628bac1bcbcac70704754c9c3704a..007612352fcfb4779b53a7e2ddc18093070167b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,8 +49,8 @@ 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 --prefix=/usr/local --upgrade --find-links /tmp/python-dependencies/ /tmp/confluent_docker_utils-0.0.44-py3-none-any.whl jsonnet \ - && pip3 install jsonnet requests +RUN pip3 install --prefix=/usr/local --upgrade --find-links /tmp/python-dependencies/ /tmp/confluent_docker_utils-0.0.44-py3-none-any.whl jsonnet + ## dub installed ########################################