Quellcode durchsuchen

docker syntax fix for compile wxPython step

Markus Neteler vor 5 Jahren
Ursprung
Commit
efcd2bb168
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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!
-    RUN $PYTHONBIN -m pip install -U wxPython ;\
+    $PYTHONBIN -m pip install -U wxPython ;\
     #
     # install the latest projection library for GRASS GIS
     #