From d658dbbb4e1b2be144531a5b16df7b9f89e918ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Thu, 10 May 2018 15:32:39 +0200 Subject: [PATCH] Add base-devel to Arch Dockerfile awk seems to be needed for gathering coverage, but is not available in the base system. To avoid issues like this and previous systemd/udev missing, add whole base-devel package --- dockerfiles/64bit/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/64bit/Dockerfile b/dockerfiles/64bit/Dockerfile index 451a1499b3..0591824846 100644 --- a/dockerfiles/64bit/Dockerfile +++ b/dockerfiles/64bit/Dockerfile @@ -1,6 +1,6 @@ FROM nfnty/arch-mini RUN pacman -Syyu --noconfirm -RUN pacman -S --noconfirm gcc gcc-libs git curl jshon expac yajl wget unzip cmake ninja && pacman -Sc +RUN pacman -S --noconfirm base-devel gcc gcc-libs git curl jshon expac yajl wget unzip cmake ninja && pacman -Sc RUN pacman -S --noconfirm systemd curl sdl2 speex fontconfig openssl libpng jansson libzip && pacman -Sc RUN pacman -S --noconfirm --needed make pkg-config