FROM registry.access.redhat.com/ubi9/python-311:9.7-1767889564 USER 0 COPY /app/. /app RUN pip install --upgrade pip \ pip install -r /app/requirements.txt CMD python /app/script.py