remove stale/commented chrome install

This commit is contained in:
Carsten Meyer 2021-03-21 18:34:26 +01:00
parent 7fc3b9b66e
commit d702d7ed0f

View file

@ -5,11 +5,6 @@
# base image
FROM node:12 as build
# install chrome for protractor tests
#RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
#RUN sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
#RUN apt-get update && apt-get install -yq google-chrome-stable
# add app
COPY . /app