4444
This commit is contained in:
parent
406a394ebc
commit
9f861bf6ec
@ -32,6 +32,14 @@ FROM eclipse-temurin:8-jdk-alpine
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
# ✅ 安装字体 & libgcc 等依赖
|
||||||
|
RUN apk add --no-cache \
|
||||||
|
libstdc++ \
|
||||||
|
libgcc \
|
||||||
|
fontconfig \
|
||||||
|
freetype \
|
||||||
|
ttf-dejavu
|
||||||
|
|
||||||
# 复制构建产物
|
# 复制构建产物
|
||||||
COPY --from=builder /app/sa-admin/target/*.jar app.jar
|
COPY --from=builder /app/sa-admin/target/*.jar app.jar
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user