This commit is contained in:
Jack McKew 2023-05-08 22:57:45 +10:00
parent 2dc8dcfca9
commit 1c038a14bd
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ ARG PYINSTALLER_VERSION=5.3
RUN set -x \
&& dpkg --add-architecture i386 \
&& apt-get update -qy \
&& apt-get install --no-install-recommends -qfy apt-transport-https software-properties-common wget gpg-agent rename \
&& apt-get install --no-install-recommends -qfy apt-transport-https software-properties-common wget gpg-agent rename git \
&& wget -nv https://dl.winehq.org/wine-builds/winehq.key \
&& apt-key add winehq.key \
&& add-apt-repository 'https://dl.winehq.org/wine-builds/ubuntu/' \