Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
add: JAVA_HOME env in Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: name [email protected]
  • Loading branch information
sindrerh2 committed Mar 29, 2022
1 parent 6d54def commit 1f0ad52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN make salsa
FROM maven:3.8.4-eclipse-temurin-17-alpine

ENV COSIGN_VERSION=v1.6.0
ENV JAVA_HOME=/opt/java/openjdk

COPY --from=builder /src/bin/salsa /usr/local/bin/
RUN chmod +x /usr/local/bin/salsa
Expand Down

0 comments on commit 1f0ad52

Please sign in to comment.