添加 libc6-compat

This commit is contained in:
2024-08-31 15:08:17 +08:00
parent 0d5fd58970
commit e8a976b1a6

View File

@@ -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