mirror of
https://github.com/JackMcKew/pyinstaller-action-windows
synced 2025-01-18 18:32:11 +08:00
Add git
This commit is contained in:
parent
2dc8dcfca9
commit
1c038a14bd
@ -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/' \
|
||||
|
Loading…
Reference in New Issue
Block a user