mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-23 10:51:58 -05:00
Build 64 bit docker with libzip for upcoming #4792
This commit is contained in:
parent
7a4ef4073f
commit
d2b373bb47
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue