Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChrisTerBeke <c.terbeke@ultimaker.com>2018-02-27 18:24:50 +0300
committerChrisTerBeke <c.terbeke@ultimaker.com>2018-02-27 18:24:50 +0300
commitcee0887d1b146ab88fa22ac61f08bd5cacd66d68 (patch)
treea5bb6361029e59bbc6cfc5dea1850967a1012a62 /Dockerfile
parentd3f7771e16e00b15efd08214eab146950bfdb6b6 (diff)
Fix typo in python path
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 3f2a3a239e..1a0cbe0fff 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@ RUN git clone https://github.com/Ultimaker/Uranium
WORKDIR $CURA_APP_DIR/Uranium
RUN git fetch origin
RUN git checkout $URANIUM_BRANCH
-RUN export PYTHOHPATH="${PYTHONPATH}:$CURA_APP_DIR/Uranium"
+RUN export PYTHONPATH="${PYTHONPATH}:$CURA_APP_DIR/Uranium"
# Setup Cura
WORKDIR $CURA_APP_DIR