1
0

wine: add --allow-downgrades to second apt-get command

This commit is contained in:
Sander van Grieken
2023-02-27 12:45:44 +01:00
parent 6a6982cdae
commit 8faf8f4a31

View File

@@ -46,7 +46,7 @@ RUN wget -nc https://dl.winehq.org/wine-builds/Release.key && \
rm winehq.key && \
apt-add-repository https://dl.winehq.org/wine-builds/debian/ && \
apt-get update -q && \
apt-get install -qy \
apt-get install -qy --allow-downgrades \
wine-stable-amd64:amd64=7.0.0.0~bullseye-1 \
wine-stable-i386:i386=7.0.0.0~bullseye-1 \
wine-stable:amd64=7.0.0.0~bullseye-1 \