From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Mon, 30 Jan 2023 19:27:18 +0000 (-0800) Subject: Removes extra install of Python and pip. The base image provides these X-Git-Tag: v1.13.0~1^2~42^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2562%2Fhead;p=thirdparty%2Fpaperless-ngx.git Removes extra install of Python and pip. The base image provides these --- diff --git a/Dockerfile b/Dockerfile index 6588802bb6..658a9fadbc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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