1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

Fixed build container with new player build

This commit is contained in:
Michael Hollister 2024-11-11 10:39:16 -06:00
parent d34bc33fa2
commit d39bafa058

View file

@ -1,7 +1,7 @@
FROM node:22.10.0-bookworm
RUN dpkg --add-architecture i386
RUN apt update && apt install -y zip dpkg fakeroot rpm wget p7zip-full unzip
RUN apt update && apt install -y zip dpkg fakeroot rpm wget p7zip-full unzip rsync
RUN mkdir -pm755 /etc/apt/keyrings
RUN wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key