We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a964839 commit bd9b105Copy full SHA for bd9b105
base/ubi9-python-3.11/Dockerfile
@@ -3,6 +3,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest
3
# perform the setup that python s2i image used to do for us
4
# but this way it uses a lot less disk space (hundreds of megabytes less)
5
ENV APP_ROOT="/opt/app-root"
6
+ENV HOME="${APP_ROOT}"
7
ENV VIRTUAL_ENV="${APP_ROOT}"
8
ENV PATH="${VIRTUAL_ENV}/bin:${PATH}"
9
ENV PYTHON_VERSION=3.11
0 commit comments