-
Marc Egger authored
Refs #10754 apply partial fix to Dockerfile which is from Commit d9d69bb5. Commit d9d69bb5 was rejected due to "rundumschlag", see ticket.
Marc Egger authoredRefs #10754 apply partial fix to Dockerfile which is from Commit d9d69bb5. Commit d9d69bb5 was rejected due to "rundumschlag", see ticket.
Dockerfile 204 B
FROM sphinxdoc/sphinx
WORKDIR /docs
ADD requirements.txt /docs
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y git
RUN pip3 install -r requirements.txt
RUN rm requirements.txt