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