Skip to content

Commit e401100

Browse files
committed
fix: crash-handler.
1 parent 699ab33 commit e401100

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ RUN apk upgrade --no-cache --available && \
1717
tini && \
1818
apk add --no-cache font-wqy-zenhei --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community && \
1919
# remove unnecessary chromium files to save space
20-
rm -rf /usr/lib/chromium/chrome_crashpad_handler \
21-
/usr/lib/chromium/chrome_200_percent.pak \
20+
rm -rf /usr/lib/chromium/chrome_200_percent.pak \
2221
/usr/lib/chromium/chrome_100_percent.pak \
2322
/usr/lib/chromium/xdg-mime \
2423
/usr/lib/chromium/xdg-settings \

0 commit comments

Comments
 (0)