Fix missing Chrome dependency

This commit is contained in:
Matt Isenhower
2018-08-01 13:04:15 -07:00
parent ce573c22cf
commit e096334e6a

View File

@@ -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