Skip to content

Commit e129306

Browse files
committed
modules: strip debian version from PKG_RELEASE
Fixes nginx#527
1 parent 0f300ed commit e129306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN set -ex \
1616
patch make wget mercurial devscripts debhelper dpkg-dev \
1717
quilt lsb-release build-essential libxml2-utils xsltproc \
1818
equivs git g++ \
19-
&& hg clone -r ${NGINX_VERSION}-${PKG_RELEASE} https://hg.nginx.org/pkg-oss/ \
19+
&& hg clone -r ${NGINX_VERSION}-${PKG_RELEASE%%~*} https://hg.nginx.org/pkg-oss/ \
2020
&& cd pkg-oss \
2121
&& mkdir /tmp/packages \
2222
&& for module in $ENABLED_MODULES; do \

0 commit comments

Comments
 (0)