Merge pull request #836 from tobiasge/fix-for-811

Installed bzip2
This commit is contained in:
Tobias Genannt 2022-08-31 15:14:41 +02:00 committed by GitHub
commit e48ab084ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
--yes -qq --no-install-recommends \
&& apt-get install \
--yes -qq --no-install-recommends \
bzip2 \
ca-certificates \
curl \
libldap-common \