diff --git a/Dockerfile.documentation b/Dockerfile.documentation index 92b2d9a..68eb97f 100644 --- a/Dockerfile.documentation +++ b/Dockerfile.documentation @@ -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