php-docker-env/redis/dockerfile
2021-06-04 18:01:18 +08:00

5 lines
168 B
Plaintext

FROM redis:6.2-alpine
MAINTAINER tradewind
RUN sed -i \
's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' \
/etc/apk/repositories && apk update