Skip to content

Commit 1418808

Browse files
committed
Installed bzip2
In the Wiki backup section we use bzip2 in some of the examples. So it should be installed in the image.
1 parent 98add8f commit 1418808

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
4141
--yes -qq --no-install-recommends \
4242
&& apt-get install \
4343
--yes -qq --no-install-recommends \
44+
bzip2 \
4445
ca-certificates \
4546
curl \
4647
libldap-common \

0 commit comments

Comments
 (0)