mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
添加 libc6-compat
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user