]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Removes extra install of Python and pip. The base image provides these 2562/head
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Mon, 30 Jan 2023 19:27:18 +0000 (11:27 -0800)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Mon, 30 Jan 2023 19:27:18 +0000 (11:27 -0800)
Dockerfile

index 6588802bb6d9f1d5f3ee82f007d24d1095476014..658a9fadbcfb01263897d7f6f6d7e60cf9264729 100644 (file)
@@ -61,10 +61,6 @@ ARG PSYCOPG2_VERSION
 
 # Packages need for running
 ARG RUNTIME_PACKAGES="\
-  # Python
-  python3 \
-  python3-pip \
-  python3-setuptools \
   # General utils
   curl \
   # Docker specific