Browse Source

Temp patch to build docker container.

Stefano Cossu 5 years ago
parent
commit
99e8d6ebe4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -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