We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07acf29 commit ee205d1Copy full SHA for ee205d1
1 file changed
nginx/Dockerfile
@@ -9,7 +9,7 @@ ADD nginx.conf /etc/nginx/
9
ARG CHANGE_SOURCE=false
10
RUN if [ ${CHANGE_SOURCE} = true ]; then \
11
# Change application source from dl-cdn.alpinelinux.org to aliyun source
12
- RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/' /etc/apk/repositories \
+ sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/' /etc/apk/repositories \
13
;fi
14
15
RUN apk update \
0 commit comments