Add some missing packages.

master
Icedream 2017-04-09 00:56:33 +02:00
parent d442ae9653
commit 6d93581237
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 2 additions and 0 deletions

View File

@ -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 \