zman1x1 commited on
Commit
a0c17e1
·
unverified ·
1 Parent(s): 012edff

Try to install chrome to container

Browse files
Files changed (1) hide show
  1. setup.sh +3 -0
setup.sh CHANGED
@@ -3,3 +3,6 @@
3
  sudo apt-get update
4
  sudo apt-get install -y nodejs npm
5
  sudo npm i -g @marp-team/marp-cli
 
 
 
 
3
  sudo apt-get update
4
  sudo apt-get install -y nodejs npm
5
  sudo npm i -g @marp-team/marp-cli
6
+ sudo wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
7
+ sudo dpkg -i google-chrome-stable_current_amd64.deb
8
+