Skip to content

Commit

Permalink
Switch back to the Mozilla Team repository, as the official one does …
Browse files Browse the repository at this point in the history
…not have a stable version for arm64 yet
  • Loading branch information
hectorm committed May 18, 2024
1 parent 91f2af2 commit ce30dc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.m4
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,8 @@ m4_ifelse(ENABLE_NVIDIA_SUPPORT, 1, [[m4_dnl
&& rm -rf /var/lib/apt/lists/*

# Add Mozilla Team repository
RUN curl --proto '=https' --tlsv1.3 -sSf 'https://packages.mozilla.org/apt/repo-signing-key.gpg' | gpg --dearmor -o /etc/apt/trusted.gpg.d/mozilla.gpg \
&& printf '%s\n' 'deb [signed-by=/etc/apt/trusted.gpg.d/mozilla.gpg] https://packages.mozilla.org/apt mozilla main' > /etc/apt/sources.list.d/mozilla.list
RUN curl --proto '=https' --tlsv1.3 -sSf 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x0AB215679C571D1C8325275B9BDB3D89CE49EC21' | gpg --dearmor -o /etc/apt/trusted.gpg.d/mozillateam.gpg \
&& printf '%s\n' "deb [signed-by=/etc/apt/trusted.gpg.d/mozillateam.gpg] https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu/ $(lsb_release -cs) main" > /etc/apt/sources.list.d/mozillateam.list

# Install extra packages
RUN export DEBIAN_FRONTEND=noninteractive \
Expand Down
2 changes: 1 addition & 1 deletion config/apt/preferences.d/firefox.pref
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Package: firefox
Pin: origin packages.mozilla.org
Pin: release o=LP-PPA-mozillateam
Pin-Priority: 1000

0 comments on commit ce30dc0

Please sign in to comment.