Add some missing packages.
parent
d442ae9653
commit
6d93581237
|
@ -19,6 +19,7 @@ RUN apt-get update \
|
||||||
gettext \
|
gettext \
|
||||||
git \
|
git \
|
||||||
graphicsmagick \
|
graphicsmagick \
|
||||||
|
imagemagick \
|
||||||
intltool \
|
intltool \
|
||||||
lib32ncurses5-dev \
|
lib32ncurses5-dev \
|
||||||
lib32stdc++6 \
|
lib32stdc++6 \
|
||||||
|
@ -43,6 +44,7 @@ RUN apt-get update \
|
||||||
texinfo \
|
texinfo \
|
||||||
tofrodos \
|
tofrodos \
|
||||||
unzip \
|
unzip \
|
||||||
|
wget \
|
||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf \
|
&& rm -rf \
|
||||||
|
|
Loading…
Reference in New Issue