From 1814c36f89bcaead463b4b1f7634cbea69e7c870 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Wed, 2 Jan 2019 17:20:18 +0100 Subject: [PATCH] add wget back as it is required by dist target --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b744f4c..f7d22ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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