From 1c038a14bdc1576172a8f7af40e353327e249c93 Mon Sep 17 00:00:00 2001 From: Jack McKew Date: Mon, 8 May 2023 22:57:45 +1000 Subject: [PATCH] Add git --- Dockerfiles/Dockerfile-py3.10-win64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfiles/Dockerfile-py3.10-win64 b/Dockerfiles/Dockerfile-py3.10-win64 index b7c088c..b950a53 100644 --- a/Dockerfiles/Dockerfile-py3.10-win64 +++ b/Dockerfiles/Dockerfile-py3.10-win64 @@ -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/' \