diff --git a/Dockerfile b/Dockerfile index 1645311b04fe76608b61c6cfdd040eab3f501f2f..66351df3e92db2da5e9cb1987c3df36c8059962f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 --prefix=/usr/local --upgrade --find-links /tmp/python-dependencies/ /tmp/confluent_docker_utils-0.0.44-py3-none-any.whl jsonnet +RUN pip3 install --prefix=/usr/local --upgrade --find-links /tmp/python-dependencies/ /tmp/confluent_docker_utils-0.0.44-py3-none-any.whl ## dub installed ########################################