File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11FROM ubuntu:18.04 AS buildstep
22ENV TERM=xterm container=docker DEBIAN_FRONTEND=noninteractive \
33 NGINX_DEVEL_KIT_VERSION=0.3.0 NGINX_SET_MISC_MODULE_VERSION=0.32 \
4- NGINX_VERSION=1.14.2
4+ NGINX_VERSION=1.16.0
55ADD ./build/src/ /tmp/
66RUN bash /tmp/ubuntu.sh
77
88
99FROM ubuntu:18.04
1010LABEL maintainer="noogen <friends@niiknow.org>"
1111ENV TERM=xterm container=docker DEBIAN_FRONTEND=noninteractive \
12- NGINX_VERSION=_1.14.2 -1~bionic_amd64.deb \
12+ NGINX_VERSION=_1.16.0 -1~bionic_amd64.deb \
1313 NGINX_DEBUG=-dbg${NGINX_VERSION}
1414
1515COPY --from=buildstep /usr/src/nginx/nginx${NGINX_VERSION} /tmp
@@ -29,6 +29,7 @@ RUN cd /tmp \
2929 && echo "deb-src http://nginx.org/packages/ubuntu/ bionic nginx" | tee -a /etc/apt/sources.list \
3030 && apt-get update -y \
3131 && dpkg -i nginx${NGINX_VERSION} \
32+ && apt-get install --no-install-recommends --no-install-suggests -y nginx-module-njs gettext-base \
3233 && rm -rf /etc/nginx/conf.d/default.conf \
3334 && mkdir -p /var/log/nginx \
3435 && ln -sf /dev/stdout /var/log/nginx/access.log \
You can’t perform that action at this time.
0 commit comments