File tree 1 file changed +6
-4
lines changed
securedrop/dockerfiles/xenial
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,14 @@ RUN apt-get update && \
9
9
apt-get install -y devscripts \
10
10
python-pip libpython2.7-dev libssl-dev secure-delete \
11
11
gnupg2 ruby redis-server firefox git xvfb haveged curl \
12
- gettext paxctl x11vnc enchant libffi-dev sqlite3 gettext sudo
12
+ gettext paxctl x11vnc enchant libffi-dev sqlite3 gettext sudo \
13
+ libgtk2.0
13
14
14
- ENV FIREFOX_CHECKSUM=179647c2d47e2acf2cf3596f21c8cbea8eda4b271d4d09d7b18be55553751912
15
- RUN curl -LO https://launchpad.net/~ubuntu-mozilla-security/+archive/ubuntu/ppa/+build/11952510/+files/firefox-locale-en_51.0.1+build2-0ubuntu0.16.04.2_amd64.deb && \
15
+
16
+ ENV FIREFOX_CHECKSUM=88d25053306d33658580973b063cd459a56e3596a3a298c1fb8ab1d52171d860
17
+ RUN curl -LO https://launchpad.net/~ubuntu-mozilla-security/+archive/ubuntu/ppa/+build/9727836/+files/firefox_46.0.1+build1-0ubuntu0.14.04.3_amd64.deb && \
16
18
shasum -a 256 firefox*deb && \
17
- echo "${FIREFOX_CHECKSUM} firefox-locale-en_51 .0.1+build2 -0ubuntu0.16 .04.2_amd64 .deb" | shasum -a 256 -c - && \
19
+ echo "${FIREFOX_CHECKSUM} firefox_46 .0.1+build1 -0ubuntu0.14 .04.3_amd64 .deb" | shasum -a 256 -c - && \
18
20
dpkg -i firefox*deb && apt-get install -f && \
19
21
paxctl -cm /usr/lib/firefox/firefox
20
22
You can’t perform that action at this time.
0 commit comments