mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-27 01:16:36 +00:00
fixup: remove the --no-cache-dir option
This commit is contained in:
parent
a2c97d2791
commit
2c26936035
@ -168,7 +168,7 @@ RUN set -x && \
|
||||
useradd -M -d /app -s /bin/false -g app app && \
|
||||
# Install non-distro packages
|
||||
cp -at /tmp/ "${HOME}" && \
|
||||
PIPENV_VERBOSITY=64 HOME="/tmp/${HOME#/}" pipenv install --system --skip-lock --no-cache-dir && \
|
||||
PIPENV_VERBOSITY=64 HOME="/tmp/${HOME#/}" pipenv install --system --skip-lock && \
|
||||
# Clean up
|
||||
rm /app/Pipfile && \
|
||||
pipenv --clear && \
|
||||
|
Loading…
Reference in New Issue
Block a user