From 141880893065fad2d6476351695957824f7464eb Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Wed, 31 Aug 2022 14:11:05 +0200 Subject: [PATCH] Installed bzip2 In the Wiki backup section we use bzip2 in some of the examples. So it should be installed in the image. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 357f1ac..2bc5dff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \