mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
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
This commit is contained in:
committed by
GitHub
parent
d15d5c6d6c
commit
d658dbbb4e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user