From 8c22c7285e8076de7f23019189841d9836f37a36 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Tue, 13 Jun 2017 19:27:49 +0200 Subject: [PATCH] drop google hangouts support --- Dockerfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index e5fcb56..c92e749 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,13 +44,6 @@ RUN cd /tmp && \ rm -f firefox.tar.bz2 && \ chown -Rh root:root /opt/mozilla -# Google Hangouts -# Deps: libasound2 libgtk2.0-0 libpango1.0-0 libv4l-0 -ADD https://dl.google.com/linux/direct/google-talkplugin_current_amd64.deb /tmp/google-talkplugin.deb -RUN cd /tmp && \ - dpkg -i google-talkplugin.deb && \ - rm -f google-talkplugin.deb - # Define a user under which the Firefox will be running ENV USER user ENV UID 1000