From bb211ee7797fed748e244e8f4e303e801f8878a4 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Mon, 30 Jan 2023 11:27:18 -0800 Subject: [PATCH] Removes extra install of Python and pip. The base image provides these --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6588802bb..658a9fadb 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