Skip to content

Commit b3a0695

Browse files
committed
Update Dockerfile
1 parent 05c609a commit b3a0695

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ 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 wget curl 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 \
1717
&& 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 \
1820
# Install ruby to support github licensed gem
1921
&& apt-get install -y ruby-full git g++ cmake pkg-config libssl-dev \
2022
&& gem install licensed \

0 commit comments

Comments
 (0)