feat(plugins/community/splatoon): add plugin (#1287)

This commit is contained in:
Simon Lecoq
2022-11-21 05:38:32 +01:00
committed by GitHub
parent 69604e9ed2
commit 61bd91cec1
17 changed files with 8345 additions and 1 deletions

View File

@@ -15,6 +15,9 @@ RUN chmod +x /metrics/source/app/action/index.mjs \
&& sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
&& apt-get update \
&& 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 \
# Install deno for miscellaneous scripts
&& apt-get install -y curl unzip \
&& curl -fsSL https://deno.land/x/install/install.sh | DENO_INSTALL=/usr/local sh \
# Install ruby to support github licensed gem
&& apt-get install -y ruby-full git g++ cmake pkg-config libssl-dev \
&& gem install licensed \