add jinja2 package to base image
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
2050a427b7
commit
584a75594c
@ -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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user