Skip to content

Commit

Permalink
Install and update CA certs for Java apps
Browse files Browse the repository at this point in the history
  • Loading branch information
schmandr committed Jul 11, 2022
1 parent 16c177b commit 6104ef7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtimeImage/gretl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ WORKDIR /home/gradle
RUN chmod g+w .

COPY ca-certificates/ /usr/local/share/ca-certificates/
RUN apk add --no-cache bash ca-certificates curl
RUN apk add --no-cache bash ca-certificates java-cacerts curl \
&& ln -sf /etc/ssl/certs/java/cacerts $JAVA_HOME/jre/lib/security/cacerts

ENV GRADLE_USER_HOME=/home/gradle/.gradle
ENV GRADLE_HOME /opt/gradle
Expand Down

0 comments on commit 6104ef7

Please sign in to comment.