diff --git a/Dockerfile b/Dockerfile index a97ead8b..38d7abf6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ RUN mvn clean install -DskipTests -P build --settings settings.xml && \ java -Djarmode=layertools -jar target/*.jar extract --destination target/extracted FROM registry.cn-beijing.aliyuncs.com/lihongjie/eclipse-temurin:17-jdk-alpine +RUN apk update && apk add --no-cache libc6-compat WORKDIR /app ARG JAR_FILE=target/*.jar