mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Force install of Chrome
This commit is contained in:
parent
c19f586d13
commit
6cecc3005c
@ -9,7 +9,7 @@ RUN apt-get update
|
||||
|
||||
# Install Chrome
|
||||
RUN wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||
RUN apt-get install ./google-chrome-stable_current_amd64.deb
|
||||
RUN apt-get -y install ./google-chrome-stable_current_amd64.deb
|
||||
|
||||
# Install Rebar and Hex
|
||||
RUN mix local.rebar --force && mix local.hex --force
|
||||
|
||||
Loading…
Reference in New Issue
Block a user