Skip to content

Commit

Permalink
Update Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
debuggerboy authored Oct 24, 2022
1 parent 39c6d63 commit 135b9c6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
FROM ubuntu:latest
RUN apt-get update && apt-get install -y firefox
FROM ubuntu:jammy
RUN apt update && apt install -y software-properties-common
RUN add-apt-repository ppa:mozillateam/ppa
COPY files/etc/apt/preferences.d/mozilla-firefox /etc/apt/preferences.d/mozilla-firefox
COPY files/etc/apt/apt.conf.d/51unattended-upgrades-firefox /etc/apt/apt.conf.d/51unattended-upgrades-firefox
RUN apt update && apt install -y firefox
CMD ["/usr/bin/firefox"]

0 comments on commit 135b9c6

Please sign in to comment.