Newer
Older
FROM debian:latest
RUN apt-get update && \
apt-get install curl python3 python3-pip git python-autopep8 \
python3-pytest -y
COPY .docker/wait-for-it.sh /wait-for-it.sh
RUN git clone https://gitlab.com/caosdb/caosdb-pylib.git && \
RUN git clone https://gitlab.com/caosdb/caosdb-models.git && \
ADD https://gitlab.com/api/v4/projects/13601752/repository/branches/project_cfood \
RUN git clone -b project_cfood \
https://gitlab.com/henrik_indiscale/scifolder.git && \
RUN rm -r /git/.git \
&& mv /git/.docker/pycaosdb.ini /git/integrationtests/full_test
WORKDIR /git/integrationtests/full_test
CMD /wait-for-it.sh caosdb-server:10443 -t 120 -- ./test.sh