diff --git a/Dockerfile b/Dockerfile index 6a91641..7a9f27c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG PYTHON_URL=https://www.python.org/ftp/python/${PYTHON_VERSION}/python-3.11.7 ENV WINEDEBUG=fixme-all RUN \ - pacman -Sy --noconfirm wget libunwind lib32-gnutls python3 python-pip gcc-fortran base-devel python-numpy python-pandas tk gcc-libs gnutls wine-staging && \ + 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 \ 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 && \