From d39bafa05893b87e804ce52cb96a40f507d64d09 Mon Sep 17 00:00:00 2001 From: Michael Hollister Date: Mon, 11 Nov 2024 10:39:16 -0600 Subject: [PATCH] Fixed build container with new player build --- receivers/electron/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/receivers/electron/Dockerfile b/receivers/electron/Dockerfile index 58982b5..c1774be 100644 --- a/receivers/electron/Dockerfile +++ b/receivers/electron/Dockerfile @@ -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