We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c9b32 commit 4554c72Copy full SHA for 4554c72
NodeFirefox/Dockerfile.txt
@@ -5,7 +5,9 @@ USER root
5
#=========
6
# Firefox
7
8
-RUN apt-get update -qqy \
+RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AF316E81A155146718A6FBD7A6DCF7707EBC211F \
9
+ && echo "deb http://ppa.launchpad.net/ubuntu-mozilla-security/ppa/ubuntu trusty main" >> /etc/apt/sources.list.d/firefox-beta.list \
10
+ && apt-get update -qqy \
11
&& apt-get -qqy --no-install-recommends install \
12
firefox \
13
&& rm -rf /var/lib/apt/lists/*
0 commit comments