File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,9 @@ FROM hyperknot/baseimage16:1.0.1
22
33MAINTAINER friends@niiknow.org
44
5- ENV LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 TERM=xterm container=docker DEBIAN_FRONTEND=noninteractive
5+ ENV LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 \
6+ TERM=xterm container=docker DEBIAN_FRONTEND=noninteractive \
7+ NGINX_VERSION=1.13.0-1~xenial
68
79# start
810RUN \
1618# update repo, install nginx and module to get dependencies
1719 && apt-get update -y && apt-get upgrade -y \
1820 && apt-get install -y --no-install-recommends --no-install-suggests \
19- nano nginx \
20- nginx-module-geoip \
21- nginx-module-image-filter \
21+ nano nginx=1.13.0-1~xenial \
22+ nginx-module-geoip=1.13.0-1~xenial \
23+ nginx-module-image-filter=1.13.0-1~xenial \
2224 gettext-base \
2325 && dpkg --configure -a \
2426
You can’t perform that action at this time.
0 commit comments