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
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