diff --git a/dockerfile-build_cache b/dockerfile-build_cache index 107a6bd..3cceb30 100644 --- a/dockerfile-build_cache +++ b/dockerfile-build_cache @@ -98,7 +98,8 @@ RUN cd /tmp/python_modules \ RUN cd /tmp/python_modules \ # && export PATH=$PATH:~/.cargo/bin \ && echo "[DEBUG] PATH=$PATH" \ - && pip wheel --wheel-dir /tmp/python_builds --find-links . *.whl + && pip wheel --wheel-dir /tmp/python_builds --find-links . *.whl; \ + pip wheel --wheel-dir /tmp/python_builds --find-links . *.tar.gz; RUN cd /tmp; \ ls -laR