change application source #397 (#609)

# fix a problem--#397, change application source from dl-cdn.alpinelinux.org to aliyun source.
This commit is contained in:
蜗牛 2017-02-15 22:34:30 +08:00 committed by Philippe Trépanier
parent fac84cd45b
commit 6440ca841a
1 changed files with 3 additions and 0 deletions

View File

@ -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 \