Skip to content

Commit

Permalink
Remove Chrome installation (was used by MarineTraffic scraper which h…
Browse files Browse the repository at this point in the history
…as been deprecated and removed)
  • Loading branch information
Nicolas authored and rv2931 committed Mar 18, 2024
1 parent f642fb8 commit d2aa801
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ ENV PATH=/venv/bin:$PATH \
RUN python -m venv /venv &&\
poetry install


# Install chrome in the latest version
ARG CHROME_VERSION="112.0.5615.165-1"
RUN wget --no-verbose -O /tmp/chrome.deb https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${CHROME_VERSION}_amd64.deb &&\
apt-get install -y --fix-missing --no-install-recommends /tmp/chrome.deb &&\
rm -f google-chrome-stable_current_amd64.deb


# Launch cron services
RUN DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install -y cron \
# Remove package lists for smaller image sizes
Expand Down

0 comments on commit d2aa801

Please sign in to comment.