Skip to content

Commit

Permalink
fix(dockerfile): add missing librsvg2 for arm64/v7 (DIYgod#11021)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfei authored Oct 7, 2022
1 parent 11a74e7 commit f340a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ RUN \
; \
else \
apt-get install -yq --no-install-recommends \
chromium \
chromium librsvg2-2 \
&& \
echo 'CHROMIUM_EXECUTABLE_PATH=chromium' | tee /app/.env ; \
fi; \
Expand Down

0 comments on commit f340a90

Please sign in to comment.