diff --git a/.docker/Dockerfile b/.docker/Dockerfile index b300a1a97aa22b3eafc91ef89c01bbd7111edd62..88f9d6175749c1ee67e746c945b0dd174e7b4f10 100644 --- a/.docker/Dockerfile +++ b/.docker/Dockerfile @@ -17,7 +17,7 @@ RUN git clone https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git && \ ADD https://gitlab.indiscale.com/api/v4/projects/104/repository/commits/${ADVANCED} \ advanced_version.json RUN git clone https://gitlab.indiscale.com/caosdb/src/caosdb-advanced-user-tools.git && \ - cd caosdb-advanced-user-tools && git checkout ${ADVANCED} && pip3 install . + cd caosdb-advanced-user-tools && git checkout ${ADVANCED} && pip3 install .[h5-crawler] COPY . /git # Delete .git because it is huge.