Skip to content

Commit 4f41797

Browse files
committed
BLENDER: Add Python for external renderering
To be used for RestructuredText rendering using Sphinx to HTML. See: https://projects.blender.org/infrastructure/gitea-custom/src/branch/main/sphinx#deployment
1 parent b1fc86f commit 4f41797

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile.rootless

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ RUN apk --no-cache add \
5454
gnupg \
5555
&& rm -rf /var/cache/apk/*
5656

57+
# External renderers
58+
RUN apk --no-cache add \
59+
python3-dev \
60+
&& rm -rf /var/cache/apk/*
61+
5762
RUN addgroup \
5863
-S -g 1000 \
5964
git && \

0 commit comments

Comments
 (0)