Skip to content

Commit

Permalink
Temp patch to build docker container.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Cossu committed Apr 9, 2019
1 parent fff0cb3 commit 99e8d6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ WORKDIR /usr/local
ADD . lakesuperior
WORKDIR /usr/local/lakesuperior
RUN git submodule update --init
RUN [[ -f lakesuperior/model/base.c ]] || pip install cython
RUN pip install -e .
RUN cp ./docker/etc/* ./lakesuperior/etc.defaults/
CMD ./docker/docker_entrypoint
Expand Down

0 comments on commit 99e8d6e

Please sign in to comment.