Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
install wine #4
Browse files Browse the repository at this point in the history
  • Loading branch information
wanjohiryan committed Nov 16, 2022
1 parent fa34bc3 commit 8e43826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamevm/john-wick-hex/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN dpkg --add-architecture i386 \
&& wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key \
&& wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bullseye/winehq-bullseye.sources \
&& apt update \
&& DEBIAN_FRONTEND="noninteractive" apt-get install --install-recommends winehq-${WINE_BRANCH}
&& DEBIAN_FRONTEND="noninteractive" apt-get install -y --install-recommends winehq-${WINE_BRANCH}

#
# Install winetricks
Expand Down

0 comments on commit 8e43826

Please sign in to comment.