Skip to content

Commit 460d4c1

Browse files
committed
chore: add COMPOSER_ALLOW_SUPERUSER=1
Signed-off-by: Dup4 <[email protected]>
1 parent 53bc5a3 commit 460d4c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/domserver/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM debian:bookworm-slim AS domserver-build
22
LABEL org.opencontainers.image.authors="DOMjudge team <[email protected]>"
33

44
ENV DEBIAN_FRONTEND=noninteractive
5+
ENV COMPOSER_ALLOW_SUPERUSER=1
56

67
# Install required packages for build of domserver
78
RUN apt-get update \

0 commit comments

Comments
 (0)