Skip to content

Commit

Permalink
Merge pull request #137 from dbpunk-labs/133-set-the-user-octogen-for…
Browse files Browse the repository at this point in the history
…-the-container

fix: install wget
  • Loading branch information
imotai authored Oct 8, 2023
2 parents fadf3fc + f448ebd commit 3df0739
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile_chrome
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN adduser octogen
ADD server /bin/
ADD start_all.sh /bin/
ADD add_endpoint.sh /bin/
RUN apt install -y wget
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
RUN sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
RUN apt-get update
Expand Down

0 comments on commit 3df0739

Please sign in to comment.