1
0
mirror of https://gitlab.com/openlp/runners.git synced 2024-12-22 11:22:48 +00:00

Merge branch 'add-make-to-docs' into 'master'

Add make to the documentation runner

See merge request openlp/runners!18
This commit is contained in:
Tomas Groth 2020-12-17 07:44:23 +00:00
commit 5e600ba5bb

View File

@ -1,3 +1,3 @@
FROM alpine:latest
RUN apk --no-cache add py3-sphinx py3-sphinx_rtd_theme texlive-full
RUN apk --no-cache add make py3-sphinx py3-sphinx_rtd_theme texlive-full