Added jsc11 docker image.

This commit is contained in:
Konstantin Pavlov
2020-09-22 15:55:28 +03:00
parent 2821b3347c
commit e0f66cbba0
2 changed files with 6 additions and 2 deletions

View File

@@ -21,6 +21,8 @@ RUN set -x \
done; \
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/* \
# work-around debian bug 863199
&& mkdir -p /usr/share/man/man1 \
&& dpkgArch="$(dpkg --print-architecture)" \
&& unitPackages=@@UNITPACKAGES@@ \
&& case "$dpkgArch" in \