mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 19:43:06 +01:00
7 lines
295 B
Docker
7 lines
295 B
Docker
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 jansson libzip && pacman -Sc
|
|
RUN pacman -S --noconfirm --needed make pkg-config
|