mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Update Apt
This commit is contained in:
parent
f5641150a0
commit
c19f586d13
@ -4,6 +4,9 @@ FROM --platform=linux/amd64 elixir:1.14.1
|
||||
RUN mkdir /app
|
||||
WORKDIR /app
|
||||
|
||||
# Update package repo
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user