mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-08-22 02:14:21 -05:00
Fix missing Chrome dependency
This commit is contained in:
@@ -8,7 +8,7 @@ FROM node:8
|
||||
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - &&\
|
||||
sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list' &&\
|
||||
apt-get update &&\
|
||||
apt-get install -y google-chrome-unstable
|
||||
apt-get install -y google-chrome-unstable libgconf-2-4
|
||||
|
||||
# Install dumb-init
|
||||
# https://github.com/Yelp/dumb-init
|
||||
|
||||
Reference in New Issue
Block a user