win build: update some build dependencies
This commit is contained in:
@@ -45,10 +45,10 @@ RUN wget -nc https://dl.winehq.org/wine-builds/Release.key && \
|
||||
apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/ && \
|
||||
apt-get update -q && \
|
||||
apt-get install -qy \
|
||||
wine-stable-amd64:amd64=6.0.0~focal-1 \
|
||||
wine-stable-i386:i386=6.0.0~focal-1 \
|
||||
wine-stable:amd64=6.0.0~focal-1 \
|
||||
winehq-stable:amd64=6.0.0~focal-1 \
|
||||
wine-stable-amd64:amd64=6.0.2~focal-1 \
|
||||
wine-stable-i386:i386=6.0.2~focal-1 \
|
||||
wine-stable:amd64=6.0.2~focal-1 \
|
||||
winehq-stable:amd64=6.0.2~focal-1 \
|
||||
&& \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
apt-get autoremove -y && \
|
||||
|
||||
Reference in New Issue
Block a user