aboutsummaryrefslogtreecommitdiffstats
path: root/appimage/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'appimage/Dockerfile')
-rw-r--r--appimage/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/appimage/Dockerfile b/appimage/Dockerfile
index 51221908..0b7232f9 100644
--- a/appimage/Dockerfile
+++ b/appimage/Dockerfile
@@ -7,7 +7,7 @@ RUN apt-get update && \
inkscape imagemagick busybox-static wget fuse && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
-RUN pip3 install sphinx
+RUN pip3 install sphinx sphinx_rtd_theme
COPY entrypoint /entrypoint
RUN chmod +x /entrypoint
ENTRYPOINT [ "/entrypoint" ]