Merge pull request #556 from daira/fix-dockerfile

Update Dockerfile to use an updated package that should work in more recent Debian
This commit is contained in:
Daira Hopwood 2021-09-10 08:45:06 +01:00 committed by GitHub
commit 763a9cdd4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ RUN apt-get update \
texlive \ texlive \
texlive-science \ texlive-science \
texlive-fonts-extra \ texlive-fonts-extra \
texlive-generic-recommended \ texlive-plain-generic \
texlive-bibtex-extra texlive-bibtex-extra
RUN pip3 install rst2html5 RUN pip3 install rst2html5