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