Skip to content
Snippets Groups Projects
Unverified Commit 6660f890 authored by Daniel's avatar Daniel
Browse files

ENH: Installing recommonmark via pip.

parent 655732e5
No related branches found
No related tags found
1 merge request!22Release 0.3
FROM debian:latest
FROM debian:10
RUN apt-get update && \
apt-get install \
curl \
......@@ -7,7 +7,7 @@ RUN apt-get update && \
python3-requests \
python3-pandas \
python3-html2text \
python3-sphinx python3-recommonmark \
python3-sphinx \
tox \
git \
openjdk-11-jdk-headless \
......@@ -35,3 +35,4 @@ RUN rm -r /git/.git \
RUN cd /git && pip3 install .
WORKDIR /git/integrationtests
CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- ./test.sh
RUN pip3 install recommonmark
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment