From 6660f890c1c2e31070becbb5e21293114c54b395 Mon Sep 17 00:00:00 2001 From: Daniel <daniel@harvey> Date: Wed, 9 Dec 2020 17:50:25 +0100 Subject: [PATCH] ENH: Installing recommonmark via pip. --- .docker/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.docker/Dockerfile b/.docker/Dockerfile index 1990f031..67cd4a32 100644 --- a/.docker/Dockerfile +++ b/.docker/Dockerfile @@ -1,4 +1,4 @@ -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 -- GitLab