Skip to content

Commit 4554c72

Browse files
committed
[NodeFirefox] Use security-updates to install latest firefox stable version
1 parent b3c9b32 commit 4554c72

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

NodeFirefox/Dockerfile.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ USER root
55
#=========
66
# Firefox
77
#=========
8-
RUN apt-get update -qqy \
8+
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 \
911
&& apt-get -qqy --no-install-recommends install \
1012
firefox \
1113
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)