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 e5ceae3 commit 7e63819Copy full SHA for 7e63819
base/ubi9-python-3.11/Dockerfile
@@ -10,6 +10,7 @@ RUN useradd --uid 1001 --gid 0 --create-home --base-dir / --home-dir /opt/app-ro
10
python3.11 -m venv "${VIRTUAL_ENV}"
11
12
USER 1001
13
+RUN python3.8 -m venv "${VIRTUAL_ENV}"
14
15
ARG SOURCE_CODE=base/ubi9-python-3.11
16
0 commit comments