Skip to content
Snippets Groups Projects
Commit de582cc5 authored by Chris's avatar Chris
Browse files

Added docker components for documentation build

parent a1593eac
No related branches found
No related tags found
No related merge requests found
FROM nektar-env:buster-default
USER root
COPY docker/nektar-env/buster_documentation_packages.txt packages.txt
RUN echo "deb http://deb.debian.org/debian buster non-free" > \
/etc/apt/sources.list.d/debian-non-free.list && \
apt-get update && \
apt-get install -y $(cat packages.txt) \
&& rm -rf /var/lib/apt/lists/*
USER nektar:nektar
cmake
doxygen
dvipng
graphviz
imagemagick
texlive-base
texlive-fonts-recommended
texlive-latex-extra
texlive-pstricks
texlive-science
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment