From ab996a6e77e01af9bf41e55aeee1aa40775979d9 Mon Sep 17 00:00:00 2001 From: Argiris Deligiannidis Date: Thu, 11 Jul 2024 16:35:06 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 73e5cd1..a4c318e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ENV WINEDEBUG=fixme-all RUN \ pacman -Sy --noconfirm wget libunwind lib32-gnutls python3 python-pip gcc-fortran base-devel python-numpy python-pandas python-jinja tk gcc-libs gnutls wine-staging && \ - for i in core dev exe lib path pip tcltk tools; do \ + for i in core dev exe lib path pip tcltk; do \ 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 && \ rm "/tmp/python_$i.msi" ; \