mirror of
https://github.com/certd/certd.git
synced 2026-07-20 05:37:32 +08:00
fix: 安装glibc,增加Alpine镜像下 dns解析结果的兼容性
This commit is contained in:
@@ -36,6 +36,7 @@ EXPOSE 7002
|
|||||||
|
|
||||||
RUN apk add --no-cache openssl
|
RUN apk add --no-cache openssl
|
||||||
RUN apk add --no-cache openjdk8
|
RUN apk add --no-cache openjdk8
|
||||||
|
RUN apk add --no-cache gcompat
|
||||||
WORKDIR /app/
|
WORKDIR /app/
|
||||||
COPY --from=builder /workspace/certd-server/ /app/
|
COPY --from=builder /workspace/certd-server/ /app/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user