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
1 changed files with 1 additions and 1 deletions

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