Skip to content

Commit

Permalink
Removed google-chrome install commands in favor of arm-based chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
roz0n committed Oct 31, 2021
1 parent a0901fe commit 5da5165
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/prefect/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ ENV IS_DOCKER = 1
RUN apt-get update -y && apt-get install -y gcc && apt-get install -y curl && apt-get install -y libpq-dev

# download and install chrome for pyppeteer
# RUN curl -LO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
# RUN apt-get install -y ./google-chrome-stable_current_amd64.deb
# RUN rm google-chrome-stable_current_amd64.deb
RUN apt-get install -y chromium

# Install pip requirements
Expand Down

0 comments on commit 5da5165

Please sign in to comment.