1
0
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:
Daniel Barber 2023-02-04 23:02:35 -06:00
parent c19f586d13
commit 6cecc3005c

View File

@ -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