Install wget before attempting to use it and run winecfg

This commit is contained in:
niansa 2024-03-10 13:06:32 +00:00
parent cea8063b43
commit a22c278b9e

View file

@ -1,9 +1,11 @@
FROM debian:trixie
RUN apt-get update --yes \
&& apt-get install wget \
&& dpkg --add-architecture i386 \
&& mkdir -pm755 /etc/apt/keyrings \
&& 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/trixie/winehq-trixie.sources \
&& apt-get update \
&& apt-get install winehq-stable \
&& apt-get clean
&& apt-get clean \
&& wine winecfg