From 60c5fea82336bd5539a2b9ddd1e9e2782829bccc Mon Sep 17 00:00:00 2001 From: gOOvER <116325+gOOvER@users.noreply.github.com> Date: Thu, 16 Jan 2025 06:52:01 +0100 Subject: [PATCH] too less coffee :/ --- games/aloft/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/aloft/Dockerfile b/games/aloft/Dockerfile index fc333c1..4cd5e8b 100644 --- a/games/aloft/Dockerfile +++ b/games/aloft/Dockerfile @@ -75,7 +75,7 @@ RUN apt-get clean \ # Install wine and with recommends RUN mkdir -pm755 /etc/apt/keyrings RUN wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key -RUN wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources +RUN wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/noble/winehq-noble.sources RUN apt update RUN apt install --install-recommends winehq-staging winbind cabextract -y