Skip to content

Commit 3c533d1

Browse files
authored
Create Dockerfile
1 parent 2b28a0b commit 3c533d1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM eisengrind/angular:v8.2.0
2+
3+
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \
4+
sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' && \
5+
apt-get update && \
6+
apt-get install -y google-chrome-stable

0 commit comments

Comments
 (0)