Commit 025a3390 authored by 蜗牛's avatar 蜗牛 Committed by GitHub

change application source #397

# fix a problem--#397, change application source from dl-cdn.alpinelinux.org to aliyun source.
parent fac84cd4
......@@ -6,6 +6,9 @@ ADD nginx.conf /etc/nginx/
ARG PHP_UPSTREAM=php-fpm
# fix a problem--#397, change application source from dl-cdn.alpinelinux.org to aliyun source.
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/' /etc/apk/repositories
RUN apk update \
&& apk upgrade \
&& apk add --no-cache bash \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment