We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a78cd27 commit 33bbd65Copy full SHA for 33bbd65
1 file changed
rootfs/Dockerfile
@@ -13,8 +13,7 @@ COPY . /
13
14
COPY --from=mc /usr/bin/mc /usr/bin/mc
15
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\
+RUN apk add --update git sudo openssh-server coreutils tar xz jq bash\
18
&& mkdir -p /var/run/sshd \
19
&& rm -rf /etc/ssh/ssh_host* \
20
&& mkdir /apps \
0 commit comments