Skip to content

Commit

Permalink
Fix java21: set UID to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
rien committed Feb 14, 2024
1 parent 8d83c15 commit 3bef47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dodona-java21.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apk add --no-cache jq=1.7.1-r0 \
# /mnt with a secure random name.
&& chmod 711 /mnt \
# Add the user which will run the student's code and the judge.
&& adduser -S runner \
&& adduser -u 1000 -S runner \
&& rm -rf /var/cache/apk/*

# As the runner user
Expand Down

0 comments on commit 3bef47d

Please sign in to comment.