Skip to content

Commit

Permalink
Merge branch 'master' of code.it4i.cz:boh126/loom
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Jun 2, 2017
2 parents 068ce61 + 9d00203 commit 3079f71
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
FROM it4i/loombuilder:latest

RUN apt-get update -y && apt-get install -y git
ADD . /loom

RUN git clone https://code.it4i.cz/ADAS/loom.git && \
cd loom && \
RUN cd loom && \
mkdir _build && \
cd _build && \
cmake .. && \
Expand Down

0 comments on commit 3079f71

Please sign in to comment.