This commit is contained in:
parent
796a3caddc
commit
ab996a6e77
@ -6,7 +6,7 @@ ENV WINEDEBUG=fixme-all
|
|||||||
|
|
||||||
RUN \
|
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 && \
|
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" ; \
|
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" ; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user