# fix a problem--#397, change application source from dl-cdn.alpinelinux.org to aliyun source.
This commit is contained in:
parent
fac84cd45b
commit
6440ca841a
@ -6,6 +6,9 @@ ADD nginx.conf /etc/nginx/
|
|||||||
|
|
||||||
ARG PHP_UPSTREAM=php-fpm
|
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 \
|
RUN apk update \
|
||||||
&& apk upgrade \
|
&& apk upgrade \
|
||||||
&& apk add --no-cache bash \
|
&& apk add --no-cache bash \
|
||||||
|
Loading…
Reference in New Issue
Block a user