1
0

docker windows build: fix missing translations

This commit is contained in:
SomberNight
2018-06-30 18:56:50 +02:00
parent b60751faef
commit 2d29c9313f
3 changed files with 7 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ RUN dpkg --add-architecture i386 && \
autotools-dev=20180224.1 \
autoconf=2.69-11 \
libtool=2.4.6-2 \
gettext=0.19.8.1-6 \
&& \
rm -rf /var/lib/apt/lists/* && \
apt-get autoremove -y && \