Skip to content
Snippets Groups Projects

sav/spss converter

Merged Daniel Hornung requested to merge f-sav-converter into dev
All threads resolved!
Files
35
+ 6
2
Daniel Hornung
Last comment by Daniel Hornung
@@ -10,7 +10,11 @@ RUN apt-get update && \
python3-sphinx \
tox \
-y
RUN pip3 install pylint recommonmark sphinx-rtd-theme
RUN pip3 install \
pylint \
recommonmark \
sphinx-rtd-theme \
;
COPY .docker/wait-for-it.sh /wait-for-it.sh
ARG PYLIB
ADD https://gitlab.indiscale.com/api/v4/projects/97/repository/commits/${PYLIB} \
@@ -30,7 +34,7 @@ RUN rm -r /git/.git
# Install pycaosdb.ini for the tests
RUN mv /git/.docker/tester_pycaosdb.ini /git/integrationtests/pycaosdb.ini
RUN cd /git/ && pip3 install .
RUN cd /git/ && pip3 install .[h5_crawler,spss]
WORKDIR /git/integrationtests
# wait for server,
Loading