From 087a9afa106b26863a5890d789bf14f4b007b917 Mon Sep 17 00:00:00 2001 From: Christian Date: Tue, 1 Aug 2017 15:19:23 +0200 Subject: [PATCH] Update tor-browser stable (#285) --- tor-browser/stable/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tor-browser/stable/Dockerfile b/tor-browser/stable/Dockerfile index b2783d3..2f0283b 100644 --- a/tor-browser/stable/Dockerfile +++ b/tor-browser/stable/Dockerfile @@ -19,6 +19,7 @@ RUN apt-get update && apt-get install -y \ libdbus-glib-1-2 \ libgtk2.0-0 \ libxrender1 \ + libx11-xcb-dev \ libx11-xcb1 \ libxt6 \ xz-utils \ @@ -32,7 +33,7 @@ RUN useradd --create-home --home-dir $HOME user \ ENV LANG C.UTF-8 # https://www.torproject.org/projects/torbrowser.html.en -ENV TOR_VERSION 7.0.2 +ENV TOR_VERSION 7.0.3 ENV TOR_FINGERPRINT 0x4E2C6E8793298290 # download tor and check signature