diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2020-09-22 15:55:28 +0300 |
---|---|---|
committer | Konstantin Pavlov <thresh@nginx.com> | 2020-09-22 15:55:28 +0300 |
commit | bebc3746ca7f950341c4e495994c6f915c296393 (patch) | |
tree | 640f420d6f5339ec81bae5c8e28a4b804701d5a9 /pkg/docker/Dockerfile.python2.7 | |
parent | 5a8adce8c2be663ad2e6bb0a48ee8dc908ab4daa (diff) | |
download | unit-bebc3746ca7f950341c4e495994c6f915c296393.tar.gz unit-bebc3746ca7f950341c4e495994c6f915c296393.tar.bz2 |
Regenerated dockerfiles.
Diffstat (limited to 'pkg/docker/Dockerfile.python2.7')
-rw-r--r-- | pkg/docker/Dockerfile.python2.7 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/docker/Dockerfile.python2.7 b/pkg/docker/Dockerfile.python2.7 index 85f0add6..4711f3e3 100644 --- a/pkg/docker/Dockerfile.python2.7 +++ b/pkg/docker/Dockerfile.python2.7 @@ -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-python2.7=${UNIT_VERSION}" \ && case "$dpkgArch" in \ |