We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699ab33 commit e401100Copy full SHA for e401100
Dockerfile
@@ -17,8 +17,7 @@ RUN apk upgrade --no-cache --available && \
17
tini && \
18
apk add --no-cache font-wqy-zenhei --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community && \
19
# remove unnecessary chromium files to save space
20
- rm -rf /usr/lib/chromium/chrome_crashpad_handler \
21
- /usr/lib/chromium/chrome_200_percent.pak \
+ rm -rf /usr/lib/chromium/chrome_200_percent.pak \
22
/usr/lib/chromium/chrome_100_percent.pak \
23
/usr/lib/chromium/xdg-mime \
24
/usr/lib/chromium/xdg-settings \
0 commit comments