mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
remove stale/commented chrome install
This commit is contained in:
parent
7fc3b9b66e
commit
d702d7ed0f
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue