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/' \