summaryrefslogtreecommitdiffhomepage
path: root/pkg/docker/Dockerfile.full
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2018-02-08 18:59:02 +0300
committerValentin Bartenev <vbart@nginx.com>2018-02-08 18:59:02 +0300
commit01c6f149a69e8cd0ca19f6c0de3f51a7b7ce064d (patch)
treed3cb162edbf9a59d54cd23bc7eb9294e66cc433e /pkg/docker/Dockerfile.full
parent40a360b6409a13f43ef0943e79ebdcbd3543de2a (diff)
downloadunit-01c6f149a69e8cd0ca19f6c0de3f51a7b7ce064d.tar.gz
unit-01c6f149a69e8cd0ca19f6c0de3f51a7b7ce064d.tar.bz2
Generated Dockerfiles for Unit 0.5.0.5
Diffstat (limited to '')
-rw-r--r--pkg/docker/Dockerfile.full4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/docker/Dockerfile.full b/pkg/docker/Dockerfile.full
index d5bdc624..03688183 100644
--- a/pkg/docker/Dockerfile.full
+++ b/pkg/docker/Dockerfile.full
@@ -2,7 +2,7 @@ FROM debian:stretch-slim
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
-ENV UNIT_VERSION 0.4-1~stretch
+ENV UNIT_VERSION 0.5-1~stretch
RUN set -x \
&& apt-get update \
@@ -22,7 +22,7 @@ RUN set -x \
test -z "$found" && echo >&2 "error: failed to fetch GPG key $NGINX_GPGKEY" && exit 1; \
apt-get remove --purge --auto-remove -y gnupg1 && rm -rf /var/lib/apt/lists/* \
&& dpkgArch="$(dpkg --print-architecture)" \
- && unitPackages="unit=${UNIT_VERSION} unit-php=${UNIT_VERSION} unit-python2.7=${UNIT_VERSION} unit-python3.5=${UNIT_VERSION}" \
+ && unitPackages="unit=${UNIT_VERSION} unit-php=${UNIT_VERSION} unit-python2.7=${UNIT_VERSION} unit-python3.5=${UNIT_VERSION} unit-perl==${UNIT_VERSION}" \
&& case "$dpkgArch" in \
amd64|i386) \
# arches officialy built by upstream