Skip to content

Commit 86aedcb

Browse files
committed
Create user with id 1000 in the dockerfile
1 parent acb0bc4 commit 86aedcb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ RUN --mount=type=cache,target=/root/.cache/uv \
2626

2727
FROM python:$python_version
2828

29+
# Create user 1000 so that the runAsUser has a username
30+
RUN useradd kingarthur -u 1000
31+
2932
# Set Git SHA environment variable for Sentry
3033
ARG git_sha="development"
3134
ENV GIT_SHA=$git_sha

0 commit comments

Comments
 (0)