diff --git a/build/cmd/Dockerfile b/build/cmd/Dockerfile index 888b06ae..50c018eb 100644 --- a/build/cmd/Dockerfile +++ b/build/cmd/Dockerfile @@ -6,7 +6,7 @@ RUN sed -i 's|https://dl-cdn.alpinelinux.org/alpine|https://mirrors.aliyun.com/a && apk update \ && apk add --no-cache bash tzdata -RUN apk add --no-cache netcat-openbsd +RUN apk add --no-cache netcat-openbsd curl ENV TZ=Asia/Shanghai diff --git a/build/resources/Dockerfile b/build/resources/Dockerfile index 888b06ae..50c018eb 100644 --- a/build/resources/Dockerfile +++ b/build/resources/Dockerfile @@ -6,7 +6,7 @@ RUN sed -i 's|https://dl-cdn.alpinelinux.org/alpine|https://mirrors.aliyun.com/a && apk update \ && apk add --no-cache bash tzdata -RUN apk add --no-cache netcat-openbsd +RUN apk add --no-cache netcat-openbsd curl ENV TZ=Asia/Shanghai