1
0
mirror of https://gitlab.com/openlp/runners.git synced 2024-12-25 12:34:07 +00:00

Add make to the documentation runner

This commit is contained in:
Raoul Snyman 2020-12-16 17:42:31 -07:00
parent 4c32a79094
commit 174af9460b
Signed by: raoul
GPG Key ID: F55BCED79626AE9C

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