Skip to content

Commit 6440ca8

Browse files
mouyongphiltrep
authored andcommitted
change application source laradock#397 (laradock#609)
# fix a problem--laradock#397, change application source from dl-cdn.alpinelinux.org to aliyun source.
1 parent fac84cd commit 6440ca8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

nginx/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ ADD nginx.conf /etc/nginx/
66

77
ARG PHP_UPSTREAM=php-fpm
88

9+
# fix a problem--#397, change application source from dl-cdn.alpinelinux.org to aliyun source.
10+
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/' /etc/apk/repositories
11+
912
RUN apk update \
1013
&& apk upgrade \
1114
&& apk add --no-cache bash \

0 commit comments

Comments
 (0)