Skip to content

Commit 123a57e

Browse files
chown venv/cache ownership
1 parent fdc74ac commit 123a57e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker/backend/Dockerfile.video

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ RUN --mount=type=cache,target=${APK_CACHE_DIR} \
2727
apk add ffmpeg \
2828
# WeasyPrint dependencies: https://doc.courtbouillon.org/weasyprint/stable/first_steps.html
2929
so:libfontconfig.so.1 so:libgobject-2.0.so.0 so:libharfbuzz-subset.so.0 \
30-
so:libharfbuzz.so.0 so:libpango-1.0.so.0 so:libpangoft2-1.0.so.0 ttf-freefont
30+
so:libharfbuzz.so.0 so:libpango-1.0.so.0 so:libpangoft2-1.0.so.0 ttf-freefont && \
31+
chown -R owasp:owasp /home/owasp
3132

3233
WORKDIR /home/owasp
3334

0 commit comments

Comments
 (0)