Skip to content

Commit

Permalink
Merge pull request dodona-edu#312 from dodona-edu/fix/java21-uid
Browse files Browse the repository at this point in the history
Fix java21: set UID to 1000
  • Loading branch information
chvp authored Feb 14, 2024
2 parents 8d83c15 + 3bef47d commit 6fd00d9
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 6fd00d9

Please sign in to comment.