Browse Source

Add submodules in Dockerfile.

Stefano Cossu 5 years ago
parent
commit
fff0cb3f29
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -1,9 +1,10 @@
-FROM        python:3.6
+FROM        python:3.7
 MAINTAINER  Michael B. Klein <michael.klein@northwestern.edu>
 RUN         mkdir -p /usr/local /data
 WORKDIR     /usr/local
 ADD         . lakesuperior
 WORKDIR     /usr/local/lakesuperior
+RUN         git submodule update --init
 RUN         pip install -e .
 RUN         cp ./docker/etc/* ./lakesuperior/etc.defaults/
 CMD         ./docker/docker_entrypoint