diff --git a/chrome/beta/Dockerfile b/chrome/beta/Dockerfile index 6fe73db..e6aa721 100644 --- a/chrome/beta/Dockerfile +++ b/chrome/beta/Dockerfile @@ -28,6 +28,7 @@ RUN echo 'deb http://httpredir.debian.org/debian testing main' >> /etc/apt/sourc hicolor-icon-theme \ libgl1-mesa-dri \ libgl1-mesa-glx \ + libpulse0 \ libv4l-0 \ -t testing \ fonts-symbola \ diff --git a/chrome/stable/Dockerfile b/chrome/stable/Dockerfile index b185e77..a0c2055 100644 --- a/chrome/stable/Dockerfile +++ b/chrome/stable/Dockerfile @@ -28,6 +28,7 @@ RUN echo 'deb http://httpredir.debian.org/debian testing main' >> /etc/apt/sourc hicolor-icon-theme \ libgl1-mesa-dri \ libgl1-mesa-glx \ + libpulse0 \ libv4l-0 \ -t testing \ fonts-symbola \