Skip to content

Commit

Permalink
fix(server): add missing ec crypto module in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Jun 16, 2023
1 parent e2e4dfb commit d374a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion judgels-backends/judgels-server-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:3.18.0
RUN apk --no-cache add openjdk11-jdk openjdk11-jmods
RUN /usr/lib/jvm/java-11-openjdk/bin/jlink \
--add-modules \
java.base,java.desktop,java.naming,java.sql,java.management,java.instrument \
java.base,java.desktop,java.naming,java.sql,java.management,java.instrument,jdk.crypto.ec \
--compress 2 --strip-debug --no-header-files --no-man-pages \
--output "/judgels/java"

Expand Down

0 comments on commit d374a97

Please sign in to comment.