We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f300ed commit e129306Copy full SHA for e129306
modules/Dockerfile
@@ -16,7 +16,7 @@ RUN set -ex \
16
patch make wget mercurial devscripts debhelper dpkg-dev \
17
quilt lsb-release build-essential libxml2-utils xsltproc \
18
equivs git g++ \
19
- && hg clone -r ${NGINX_VERSION}-${PKG_RELEASE} https://hg.nginx.org/pkg-oss/ \
+ && hg clone -r ${NGINX_VERSION}-${PKG_RELEASE%%~*} https://hg.nginx.org/pkg-oss/ \
20
&& cd pkg-oss \
21
&& mkdir /tmp/packages \
22
&& for module in $ENABLED_MODULES; do \
0 commit comments