clean container image

This commit is contained in:
tawoe 2023-06-26 12:20:57 +02:00
parent d8d977c336
commit 1e5d0dee98

View File

@ -2,6 +2,7 @@ FROM registry.access.redhat.com/ubi9/python-39:latest
USER root
RUN dnf update -y
RUN dnf install python3-psycopg2 -y
RUN dnf clean all
ADD . /app
COPY ./.github/local_settings_container.py /app/apimanager/apimanager/local_settings.py
COPY ./.github/gunicorn.conf.py /app/gunicorn.conf.py