|
@@ -6,7 +6,7 @@ ENV CHINA_MIRRORS=http://mirrors.ustc.edu.cn/
|
|
ENV FAU_MIRRORS=http://ftp.fau.de/
|
|
ENV FAU_MIRRORS=http://ftp.fau.de/
|
|
ENV MIRRORS=$CHINA_MIRRORS
|
|
ENV MIRRORS=$CHINA_MIRRORS
|
|
|
|
|
|
-RUN sed -i "s/http:\/\/dl-cdn.alpinelinux.org/http:\/\/mirrors.ustc.edu.cn/g" /etc/apk/repositories && apk --no-cache --update add tzdata && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && date && apk del tzdata && mkdir /entrypoint && mkdir /share
|
|
|
|
|
|
+RUN sed -i "s/http:\/\/dl-cdn.alpinelinux.org/http:\/\/mirrors.ustc.edu.cn/g" /etc/apk/repositories && apk --no-cache --update add tzdata && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && date && apk del tzdata && mkdir /entrypoint && mkdir /share && apk add bash
|
|
|
|
|
|
VOLUME ["/share"]
|
|
VOLUME ["/share"]
|
|
|
|
|