File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM alpine:3.4
33MAINTAINER Wang Shaobo <
[email protected] >
44
55ENV LANG en_US.UTF-8
6- # RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
6+ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
77
88ENV NGINX_VERSION 1.10.2
99ENV NGX_DEVEL_KIT_VERSION 0.3.0
@@ -118,8 +118,8 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
118118 && rm -rf /usr/src/nginx-$NGINX_VERSION \
119119 && rm -f /tmp/ndk.tar.gz \
120120 && rm -f /tmp/lua-nginx.tar.gz \
121- && rm -f /tmp/ngx_devel_kit-${NGX_DEVEL_KIT_VERSION} \
122- && rm -f /tmp/lua-nginx-module-${LUA_NGINX_MODULE_VERSION} \
121+ && rm -rf /tmp/ngx_devel_kit-${NGX_DEVEL_KIT_VERSION} \
122+ && rm -rf /tmp/lua-nginx-module-${LUA_NGINX_MODULE_VERSION} \
123123 \
124124 # Bring in gettext so we can get `envsubst`, then throw
125125 # the rest away. To do this, we need to install `gettext`
You can’t perform that action at this time.
0 commit comments