]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Don't forget to remove the zipped binaries file after install
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Mon, 30 Jan 2023 18:06:21 +0000 (10:06 -0800)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Fri, 3 Feb 2023 01:09:37 +0000 (17:09 -0800)
Dockerfile

index 44cdf4a4f312c4e260085a5075cfc0600ceb541d..95cd9d95f2015a4fffb19523b07aa12dde3a25df 100644 (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/