Skip to content

Commit

Permalink
ENH: Build docker image from local sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Vojtech Cima committed Jun 2, 2017
1 parent 9e44952 commit 9d00203
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
@@ -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 9d00203

Please sign in to comment.