Explorar o código

pathlib2 is required for wxPython pip compilation

Markus Neteler %!s(int64=5) %!d(string=hai) anos
pai
achega
b058a6aef4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docker/Dockerfile_alpine_wxgui

+ 1 - 1
docker/Dockerfile_alpine_wxgui

@@ -150,7 +150,7 @@ RUN echo "Install main packages";\
     # echo LANG="en_US.UTF-8" > /etc/default/locale;
     #
     # compile wxPython, unfortunately there is no Alpine package (yet) - compilation is slow, though!
-    $PYTHONBIN -m pip install -U wxPython ;\
+    $PYTHONBIN -m pip install -U pathlib2 wxPython && \
     #
     # install the latest projection library for GRASS GIS
     #