This commit is contained in:
xiaojunnuo
2024-11-01 02:35:29 +08:00
parent 4ab8677173
commit e340b3e6fa
2 changed files with 4 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ RUN apk add --no-cache openssl
# RUN apk add --no-cache openjdk11-jdk
WORKDIR /app/
COPY --from=builder /workspace/certd-server/ /app/
RUN cd /app/tools/linux/ && tar -zxvf *.tar.gz -C .
RUN cd /app/tools/linux/ && tar -zxvf lego_linux_amd64.tar.gz
RUN chmod +x /app/tools/linux/*
ENV TZ=Asia/Shanghai

Binary file not shown.