Skip to content

Commit

Permalink
Hopefully github actions wont fail now
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiicall authored Nov 16, 2024
1 parent e01f550 commit c651513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN useradd -m r5reloaded
RUN dpkg --add-architecture i386 && \
apt update -y && \
apt upgrade -y && \
apt install software-properties-common wget p7zip gnupg -y && \
apt install software-properties-common wget p7zip-full gnupg -y && \
wget -qO - https://dl.winehq.org/wine-builds/winehq.key | apt-key add - && \
apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ jammy main' && \
apt update -y && \
Expand Down

0 comments on commit c651513

Please sign in to comment.