update image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Argiris Deligiannidis 2024-02-02 12:19:56 +02:00
parent 55546e044d
commit 94ef35d6de

View File

@ -6,7 +6,7 @@ ENV WINEDEBUG=fixme-all
RUN \ RUN \
apk -U add wine python3 py3-pip python3-dev gfortran build-base py3-numpy python3-tkinter libgfortran libquadmath libgcc gnutls && \ apk -U add wine python3 py3-pip python3-dev gfortran build-base py3-numpy python3-tkinter libgfortran libquadmath libgcc gnutls && \
for i in core dev exe lib path pip ; do \ for i in core dev exe lib path pip tcltk tools; do \
wget -O "/tmp/python_$i.msi" -c "https://www.python.org/ftp/python/${PYTHON_VERSION}/win32/$i.msi" ; \ wget -O "/tmp/python_$i.msi" -c "https://www.python.org/ftp/python/${PYTHON_VERSION}/win32/$i.msi" ; \
wine msiexec /i "/tmp/python_$i.msi" /qb TARGETDIR=C:/python && \ wine msiexec /i "/tmp/python_$i.msi" /qb TARGETDIR=C:/python && \
rm "/tmp/python_$i.msi" ; \ rm "/tmp/python_$i.msi" ; \