Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9337567
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
612 B
Subscribers
None
View Options
diff --git a/sphinx/Dockerfile b/sphinx/Dockerfile
index 036caa6..3187e3f 100644
--- a/sphinx/Dockerfile
+++ b/sphinx/Dockerfile
@@ -1,20 +1,21 @@
ARG REGISTRY=swh-jenkins
FROM $REGISTRY/base
USER root
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
apt-get install -y --no-install-recommends \
python3-sphinx \
sphinx-rtd-theme-common \
graphviz \
postgresql-autodoc \
python3-sphinxcontrib.httpdomain \
python3-recommonmark \
libffi-dev \
inkscape \
dia \
+ plantuml \
myrepos \
make && \
rm -rf /var/lib/apt/lists/*
USER jenkins
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Jul 4 2025, 8:10 AM (10 w, 12 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3266471
Attached To
rCDFJ Dockerfiles for Jenkins
Event Timeline
Log In to Comment