Skip to content

Commit e387122

Browse files
committed
lets built and push
1 parent 657950c commit e387122

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ENV DEBIAN_FRONTEND noninteractive
44

55
ARG WINE_VERSION=winehq-stable
66
ARG PYTHON_VERSION=3.7.9
7+
ARG PYINSTALLER_VERSION=3.6
78

89
# we need wine for this all to work, so we'll use the PPA
910
RUN set -x \
@@ -69,7 +70,7 @@ RUN set -x \
6970
&& cp "$W_TMP"/*.dll "$W_SYSTEM_DLLS"/
7071

7172
# install pyinstaller
72-
RUN /usr/bin/pip install pyinstaller
73+
RUN /usr/bin/pip install pyinstaller==$PYINSTALLER_VERSION
7374

7475
# put the src folder inside wine
7576
RUN mkdir /src/ && ln -s /src /wine/drive_c/src

0 commit comments

Comments
 (0)