feat(plugins/community/splatoon): add plugin (#1287)
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user