Regenerated dockerfiles.

This commit is contained in:
Konstantin Pavlov
2020-09-22 15:55:28 +03:00
parent 5a8adce8c2
commit bebc3746ca
9 changed files with 112 additions and 1 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="unit=${UNIT_VERSION} unit-ruby=${UNIT_VERSION}" \
&& case "$dpkgArch" in \