File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN chmod +x /metrics/source/app/action/index.mjs \
10
10
# Install latest chrome dev package, fonts to support major charsets and skip chromium download on puppeteer install
11
11
# Based on https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#running-puppeteer-in-docker
12
12
&& apt-get update \
13
- && apt-get install -y wget gnupg ca-certificates libgconf-2-4 \
13
+ && apt-get install -y xz-utils wget gnupg ca-certificates libgconf-2-4 \
14
14
&& wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
15
15
&& sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
16
16
&& apt-get update \
You can’t perform that action at this time.
0 commit comments