1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Update Apt

This commit is contained in:
Daniel Barber 2023-02-04 23:01:22 -06:00
parent f5641150a0
commit c19f586d13

View File

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