We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b4ace commit 5ffb05bCopy full SHA for 5ffb05b
1 file changed
Dockerfile
@@ -17,7 +17,8 @@ ENV SPRING_OUTPUT_ANSI_ENABLED=ALWAYS \
17
JAVA_OPTS="" \
18
SPRING_PROFILES_ACTIVE=prod
19
EXPOSE 8761
20
-RUN mkdir /target && \
+RUN apk add --no-cache curl && \
21
+ mkdir /target && \
22
chmod g+rwx /target
23
CMD java \
24
${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom \
0 commit comments