1
0
Fork 0
mirror of synced 2024-05-18 11:23:42 +12:00

chown PLAYWRIGHT_BROWSERS_PATH after installing so archivebox setup can run

This commit is contained in:
Nick Sweeting 2023-11-07 01:42:16 -08:00 committed by GitHub
parent 56f27fdb13
commit c808e53b44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -198,6 +198,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=apt-$TARGETARCH$T
&& ln -s "$CHROME_BINARY" /usr/bin/chromium-browser \
&& mkdir -p "/home/${ARCHIVEBOX_USER}/.config/chromium/Crash Reports/pending/" \
&& chown -R $ARCHIVEBOX_USER "/home/${ARCHIVEBOX_USER}/.config" \
&& chown -R $ARCHIVEBOX_USER "$PLAYWRIGHT_BROWSERS_PATH" \
# Save version info
&& ( \
which chromium-browser && /usr/bin/chromium-browser --version \