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 \
|
--yes -qq --no-install-recommends \
|
||||||
&& apt-get install \
|
&& apt-get install \
|
||||||
--yes -qq --no-install-recommends \
|
--yes -qq --no-install-recommends \
|
||||||
|
bzip2 \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
libldap-common \
|
libldap-common \
|
||||||
|
|
Loading…
Reference in New Issue