Skip to content

Commit

Permalink
Correct Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Germán Martín committed Dec 27, 2023
1 parent cd2cadc commit a7f9d7e
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 @@ -13,7 +13,7 @@ ENV WINEPREFIX="/config/.wine"
RUN apt-get update && apt-get upgrade -y && \
apt-get install -y python3-pip wget && \
wget -O- -q https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_11/Release.key | apt-key add - && \
echo "deb http://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_11 ./" | tee /etc/apt/sources.list.d/>
echo "deb http://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_11 ./" | tee /etc/apt/sources.list.d/wine-obs.list && \
dpkg --add-architecture i386 && apt-get update && \
apt-get install --install-recommends winehq-stable -y && \
apt-get clean && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit a7f9d7e

Please sign in to comment.