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:
parent
98add8f83a
commit
1418808930
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue