Skip to content

Commit 197c19d

Browse files
committed
1 parent 22e3a9e commit 197c19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN chmod +x /metrics/source/app/action/index.mjs \
1010
# Install latest chrome dev package, fonts to support major charsets and skip chromium download on puppeteer install
1111
# Based on https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#running-puppeteer-in-docker
1212
&& 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 \
1414
&& wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
1515
&& sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
1616
&& apt-get update \

0 commit comments

Comments
 (0)