Installed bzip2

In the Wiki backup section we use bzip2 in some of the examples. So it should be installed in the image.
This commit is contained in:
Tobias Genannt 2022-08-31 14:11:05 +02:00
parent 98add8f83a
commit 1418808930
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 \