Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN \
rm -rf /root/*.whl /root/.cache && \
groupadd --gid 2000 pythonic && \
useradd --uid 2000 --gid pythonic --home-dir /opt/pythonic --create-home --shell /usr/sbin/nologin pythonic && \
mkdir --parents /opt/pythonic/.local/lib/python3.13/site-packages && \
mkdir --parents /opt/pythonic/.local/lib/python$(echo $PYTHON_VERSION | sed -n -E 's|^([1-9][.][1-9][0-9]*).*$|\1|p')/site-packages && \
chown pythonic:pythonic --recursive /opt/pythonic/.local

USER pythonic:pythonic
Expand Down
Loading