Newer
Older
python3 \
python3-pip \
tox \
git \
openjdk-11-jdk-headless \
-y
ADD https://gitlab.com/api/v4/projects/13656973/repository/branches/dev \
pylib_version.json
RUN pip install -U pip
RUN git clone --depth 1 --branch dev https://gitlab.com/caosdb/caosdb-pylib.git && \
cd caosdb-pylib && pip install -U .
# RUN pip install -U html2text pycodestyle pylint recommonmark sphinx-rtd-theme gitignore-parser
&& mv /git/.docker/pycaosdb.ini /git/integrationtests
WORKDIR /git/integrationtests
CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- ./test.sh --force