Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7123176
D5674.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
512 B
Subscribers
None
D5674.diff
View Options
diff --git a/sphinx/Dockerfile b/sphinx/Dockerfile
--- a/sphinx/Dockerfile
+++ b/sphinx/Dockerfile
@@ -19,10 +19,13 @@
plantuml \
postgresql-autodoc \
rsync \
- tox
+ tox && \
+ mkdir /home/jenkins/.cache && \
+ chown jenkins:jenkins /home/jenkins/.cache
USER jenkins
RUN --mount=type=cache,id=pip-cache,target=/home/jenkins/.cache/pip,uid=115,gid=120 \
python3 -m pip install --user --upgrade \
- pre-commit
+ pre-commit \
+ && chown jenkins:jenkins /home/jenkins/.cache
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 18, 1:38 AM (2 d, 5 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3218760
Attached To
D5674: sphinx: Fix the creation of the pre-commit file during the mr update
Event Timeline
Log In to Comment