summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--patchnet2
-rw-r--r--patchnet-preprocessing2
2 files changed, 2 insertions, 2 deletions
diff --git a/patchnet b/patchnet
index 32ff4c4..ea423cd 100644
--- a/patchnet
+++ b/patchnet
@@ -51,7 +51,7 @@ RUN apt-get install -y libparmap-ocaml-dev
# Install tools to build training sets
RUN git clone https://git.linaro.org/people/mathieu.poirier/tooling.git
-RUN export PATH=$PATH:/home/linaro/tooling
+ENV PATH="/home/linaro/tooling:${PATH}"
RUN chmod 755 /home/linaro/tooling/*
RUN apt-get install -y parallel
diff --git a/patchnet-preprocessing b/patchnet-preprocessing
index 6190148..d77360b 100644
--- a/patchnet-preprocessing
+++ b/patchnet-preprocessing
@@ -51,7 +51,7 @@ RUN apt-get install -y libparmap-ocaml-dev
# Install tools to build training sets
RUN git clone https://git.linaro.org/people/mathieu.poirier/tooling.git
-RUN export PATH=$PATH:/home/linaro/tooling
+ENV PATH="/home/linaro/tooling:${PATH}"
RUN chmod 755 /home/linaro/tooling/*
RUN apt-get install -y parallel