Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

setup linux and chrome docker

RUN curl -LO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
RUN apt-get install -y ./google-chrome-stable_current_amd64.deb
RUN rm google-chrome-stable_current_amd64.deb 
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #setup #linux #chrome #docker
ADD COMMENT
Topic
Name
3+7 =