From c9f4766e32d71a63eeef28915607d4e5133b9391 Mon Sep 17 00:00:00 2001 From: Alexander Pitkin Date: Fri, 26 Apr 2019 02:19:55 +0300 Subject: [PATCH] Manual installation of libgconf-2-4 is not required anymore --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bf1bcbc..3e4412b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,6 @@ FROM node:10.15.3-slim@sha256:88da5cd281ece24309c4e6fcce000a8001b17804e19f94a0439954568716a668 RUN apt-get update \ - # See https://crbug.com/795759 - && apt-get install -yq libgconf-2-4 \ # Install latest chrome dev package, which installs the necessary libs to # make the bundled version of Chromium that Puppeteer installs work. && apt-get install -y wget --no-install-recommends \