Skip to content

Commit 33bbd65

Browse files
authored
chore(mirrors): delete aliyun mirrors
1 parent a78cd27 commit 33bbd65

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ COPY . /
1313

1414
COPY --from=mc /usr/bin/mc /usr/bin/mc
1515

16-
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories \
17-
&& apk add --update git sudo openssh-server coreutils tar xz jq bash\
16+
RUN apk add --update git sudo openssh-server coreutils tar xz jq bash\
1817
&& mkdir -p /var/run/sshd \
1918
&& rm -rf /etc/ssh/ssh_host* \
2019
&& mkdir /apps \

0 commit comments

Comments
 (0)