Skip to content

Commit 073a1cf

Browse files
committed
fixup, setup venv running as 1001
1 parent d69462b commit 073a1cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base/ubi9-python-3.11/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ RUN useradd --uid 1001 --gid 0 --create-home --base-dir / --home-dir /opt/app-ro
1010
python3.11 -m venv "${VIRTUAL_ENV}"
1111

1212
USER 1001
13+
RUN python3.8 -m venv "${VIRTUAL_ENV}"
1314

1415
ARG SOURCE_CODE=base/ubi9-python-3.11
1516

0 commit comments

Comments
 (0)