From d2b373bb478059dc045c61dff7794dbdfc012c23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Sat, 12 Nov 2016 21:53:49 +0100 Subject: [PATCH] Build 64 bit docker with libzip for upcoming #4792 --- dockerfiles/64bit/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/64bit/Dockerfile b/dockerfiles/64bit/Dockerfile index 87ba0526dd..5adb89cc2f 100644 --- a/dockerfiles/64bit/Dockerfile +++ b/dockerfiles/64bit/Dockerfile @@ -2,5 +2,5 @@ FROM nfnty/arch-mini RUN pacman -Syyu --noconfirm RUN pacman -S --noconfirm gcc gcc-libs git curl jshon expac yajl wget unzip cmake && pacman -Sc -RUN pacman -S --noconfirm curl sdl2 speex fontconfig openssl libpng sdl2_ttf jansson && pacman -Sc +RUN pacman -S --noconfirm curl sdl2 speex fontconfig openssl libpng sdl2_ttf jansson libzip && pacman -Sc RUN pacman -S --noconfirm --needed make pkg-config