You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
manual/Dockerfile

16 lines
336 B

FROM ubuntu:focal
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update && apt-get install --yes --no-install-recommends \
python3-pip \
python3-sphinx \
latexmk \
texlive \
texlive-formats-extra \
arcanist \
build-essential \
python3-sphinx-rtd-theme \
python3-sphinx-bootstrap-theme