summaryrefslogtreecommitdiffhomepage
path: root/pkg
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2018-02-08 19:38:37 +0300
committerAndrei Belov <defan@nginx.com>2018-02-08 19:38:37 +0300
commitc424e92fed8d1ce2f11cd7f59239dda97e7efd24 (patch)
tree66b397a9b9a188cd37eedadff8bab597a6337413 /pkg
parent7daf2cbfef4b48d1519c04e9969746fdc8dbfeb3 (diff)
downloadunit-c424e92fed8d1ce2f11cd7f59239dda97e7efd24.tar.gz
unit-c424e92fed8d1ce2f11cd7f59239dda97e7efd24.tar.bz2
Docker: typo fixed.
Diffstat (limited to 'pkg')
-rw-r--r--pkg/docker/Dockerfile.full2
-rw-r--r--pkg/docker/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkg/docker/Dockerfile.full b/pkg/docker/Dockerfile.full
index 03688183..a1460f7d 100644
--- a/pkg/docker/Dockerfile.full
+++ b/pkg/docker/Dockerfile.full
@@ -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} unit-perl==${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
diff --git a/pkg/docker/Makefile b/pkg/docker/Makefile
index 5259deed..0c5a50ff 100644
--- a/pkg/docker/Makefile
+++ b/pkg/docker/Makefile
@@ -24,7 +24,7 @@ MODULE_go1.8-dev="unit=$${UNIT_VERSION} unit-go1.8=$${UNIT_VERSION} gcc"
MODULE_perl5.24="unit=$${UNIT_VERSION} unit-perl=$${UNIT_VERSION}"
-MODULE_full="unit=$${UNIT_VERSION} unit-php=$${UNIT_VERSION} unit-python2.7=$${UNIT_VERSION} unit-python3.5=$${UNIT_VERSION} unit-perl==$${UNIT_VERSION}"
+MODULE_full="unit=$${UNIT_VERSION} unit-php=$${UNIT_VERSION} unit-python2.7=$${UNIT_VERSION} unit-python3.5=$${UNIT_VERSION} unit-perl=$${UNIT_VERSION}"
MODULE_minimal="unit=$${UNIT_VERSION}"