mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 12:03:07 +01:00
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
7 lines
320 B
Docker
7 lines
320 B
Docker
FROM nfnty/arch-mini
|
|
|
|
RUN pacman -Syyu --noconfirm
|
|
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
|