File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,13 @@ 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 wget curl 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 \
17
17
&& apt-get install -y google-chrome-stable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf libxss1 libx11-xcb1 libxtst6 lsb-release --no-install-recommends \
18
+ # Install deno for miscelleanous scripts
19
+ && curl -fsSL https://deno.land/x/install/install.sh | sh \
18
20
# Install ruby to support github licensed gem
19
21
&& apt-get install -y ruby-full git g++ cmake pkg-config libssl-dev \
20
22
&& gem install licensed \
You can’t perform that action at this time.
0 commit comments