Skip to content

Commit

Permalink
Merge branch 'master' into feature/use-composite-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiryoh committed Sep 10, 2023
2 parents 7ff6aae + f87e54a commit 680263f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ RUN DEBIAN_FRONTEND=noninteractive add-apt-repository ppa:mozillateam/ppa -y &&
echo 'Pin: release o=LP-PPA-mozillateam' >> /etc/apt/preferences.d/mozilla-firefox && \
echo 'Pin-Priority: 1001' >> /etc/apt/preferences.d/mozilla-firefox && \
apt-get update -q && \
apt-get install -y \
apt-get install -y --allow-downgrades \
firefox && \
apt-get autoclean && \
apt-get autoremove && \
Expand Down

0 comments on commit 680263f

Please sign in to comment.