Skip to content

Commit 16bdb70

Browse files
committed
Install git
1 parent b72a1f2 commit 16bdb70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ COPY wls-exporter-core/ wls-exporter-core/
2525
COPY wls-exporter-sidecar/ wls-exporter-sidecar/
2626

2727
RUN set -eux; \
28+
apt-get update; \
29+
apt-get install git -y; \
2830
mvn -B -e -C install -Ddocker-build -DskipTests=true; \
2931
$JAVA_HOME/bin/jlink --verbose --compress 2 --strip-java-debug-attributes --no-header-files --no-man-pages --output /jre --add-modules java.base,java.logging,java.desktop,java.instrument,java.management,java.naming,java.net.http,java.security.jgss,java.sql,jdk.attach,jdk.jdi,jdk.jfr,jdk.management,jdk.management.jfr,jdk.net,jdk.unsupported,jdk.crypto.cryptoki,jdk.crypto.ec,jdk.zipfs
3032

0 commit comments

Comments
 (0)