drop google hangouts support

This commit is contained in:
Andy 2017-06-13 19:27:49 +02:00
parent 822b895e4c
commit 8c22c7285e
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC

View File

@ -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