Removes extra install of Python and pip. The base image provides these

This commit is contained in:
Trenton H 2023-01-30 11:27:18 -08:00
parent b8c3e564c6
commit bb211ee779

View 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