Newer
Older
apt-get install \
curl \
python3 \
python3-pip \
git \
openjdk-11-jdk-headless \
python-autopep8 \
python3-pytest \
ADD https://gitlab.com/api/v4/projects/13656973/repository/branches/master \
pylib_version.json
RUN git clone https://gitlab.com/caosdb/caosdb-pylib.git && \
ADD https://gitlab.com/api/v4/projects/13656965/repository/branches/master \
model_version.json
RUN git clone https://gitlab.com/caosdb/caosdb-models.git && \
ADD https://gitlab.com/api/v4/projects/13601752/repository/branches/master \
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 500 -- ./test.sh