add wget back as it is required by dist target
This commit is contained in:
parent
4ab84b5a8b
commit
1814c36f89
@ -25,7 +25,7 @@ RUN mkdir /tmp/sub; cd /tmp/sub && \
|
||||
# Install common build deps
|
||||
RUN apt-get install -y \
|
||||
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 \
|
||||
libcups2 libcups2:i386 \
|
||||
libsdl2-2.0-0 libsdl2-2.0-0:i386
|
||||
|
Loading…
Reference in New Issue
Block a user