Skip to content

Commit

Permalink
Remove firefox installation from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi authored and Mytherin committed Aug 7, 2023
1 parent 9f2f87b commit bd94839
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions actions/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ RUN apt-get update -qq \
software-properties-common \
&& add-apt-repository ppa:mozillateam/ppa \
&& mkdir -p /etc/apt/preferences.d/ \
&& echo "Package: firefox*\nPin: release o=Ubuntu*\nPin-Priority: -1" > /etc/apt/preferences.d/firefox-no-snap \
&& apt-get update -qq \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y firefox \
&& wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
&& sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
&& apt-get update \
Expand Down

0 comments on commit bd94839

Please sign in to comment.