Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
make cacerts work again
Browse files Browse the repository at this point in the history
  • Loading branch information
blankdots committed Mar 30, 2023
1 parent c39f7e8 commit e7ff41d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ RUN mvn clean install -DskipTests --no-transfer-progress

FROM eclipse-temurin:19-alpine

RUN apk add --no-cache ca-certificates java-cacerts \
&& ln -sf /etc/ssl/certs/java/cacerts $JAVA_HOME/lib/security/cacerts

RUN addgroup -g 1000 lega && \
adduser -D -u 1000 -G lega lega

Expand Down

0 comments on commit e7ff41d

Please sign in to comment.