Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Dot-Liu committed Dec 9, 2024
1 parent 03912ea commit 1dc7357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/cmd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build/resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1dc7357

Please sign in to comment.