parent
c14f1fb6d5
commit
265009303e
@ -1,5 +1,5 @@ |
|||||||
FROM nginx:alpine |
FROM nginx:alpine |
||||||
MAINTAINER tradewind |
|
||||||
RUN sed -i \ |
RUN sed -i \ |
||||||
's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' \ |
's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' \ |
||||||
/etc/apk/repositories && apk update |
/etc/apk/repositories && apk update |
||||||
|
@ -1,5 +1,5 @@ |
|||||||
FROM redis:6.2-alpine |
FROM redis:6.2-alpine |
||||||
MAINTAINER tradewind |
|
||||||
RUN sed -i \ |
RUN sed -i \ |
||||||
's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' \ |
's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' \ |
||||||
/etc/apk/repositories && apk update |
/etc/apk/repositories && apk update |
Loading…
Reference in new issue