Skip to content

Commit

Permalink
Merge pull request #534 from Alexandero89/Alexandero89-swap-chrome-fo…
Browse files Browse the repository at this point in the history
…r-chromium

Swap Google Chrome for Chromium in Dockerfile
  • Loading branch information
codders authored Feb 6, 2024
2 parents 73a6229 + fd550ce commit 08aa76a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
ARG PIP_NO_CACHE_DIR=1

# Install Google Chrome
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
RUN sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
# Install Chromium
RUN apt-get -y update
RUN apt-get install -y google-chrome-stable
RUN apt-get install -y chromium

# Upgrade pip, install pipenv
RUN pip install --upgrade pip
Expand Down

0 comments on commit 08aa76a

Please sign in to comment.