add wget back as it is required by dist target

master
Andy 5 years ago
parent 4ab84b5a8b
commit 1814c36f89
Signed by: arno
GPG Key ID: 9076D5E6B31AE99C

@ -25,7 +25,7 @@ RUN mkdir /tmp/sub; cd /tmp/sub && \
# Install common build deps # Install common build deps
RUN apt-get install -y \ RUN apt-get install -y \
gcc-8 g++-8 g++-8-multilib flex bison nasm yasm fontforge-nox \ gcc-8 g++-8 g++-8-multilib flex bison nasm yasm fontforge-nox \
meson mingw-w64 ccache \ meson mingw-w64 ccache wget \
libxslt1.1 libxslt1.1:i386 \ libxslt1.1 libxslt1.1:i386 \
libcups2 libcups2:i386 \ libcups2 libcups2:i386 \
libsdl2-2.0-0 libsdl2-2.0-0:i386 libsdl2-2.0-0 libsdl2-2.0-0:i386

Loading…
Cancel
Save