Don't forget to remove the zipped binaries file after install

This commit is contained in:
Trenton H 2023-01-30 10:06:21 -08:00
parent 54e1c17539
commit 9b3ec22beb

View File

@ -198,7 +198,8 @@ RUN set -eux \
&& python3 -m pip list \
&& echo "Cleaning up image layer" \
&& cd ../ \
&& rm -rf paperless-ngx
&& rm -rf paperless-ngx \
&& rm paperless-ngx.tar.gz
WORKDIR /usr/src/paperless/src/