From 174af9460bf3fd0945c5987683487394dc7b1324 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Wed, 16 Dec 2020 17:42:31 -0700 Subject: [PATCH] Add make to the documentation runner --- Dockerfile.documentation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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