Skip to content

Commit

Permalink
update fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gOOvER committed Sep 14, 2024
1 parent 50c191d commit 80561ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/conan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ 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 apt update
RUN apt install winehq-staging cabextract -y
RUN apt install winehq-stable cabextract -y

# Set up Winetricks
RUN wget -q -O /usr/sbin/winetricks https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
Expand Down

0 comments on commit 80561ac

Please sign in to comment.