Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Commit

Permalink
Merge pull request #71 from peleccom/fix/remove-unnecessary-dependency
Browse files Browse the repository at this point in the history
Manual installation of libgconf-2-4 is not required anymore
  • Loading branch information
toolmantim authored Apr 26, 2019
2 parents 926130f + c9f4766 commit 86a1b56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 86a1b56

Please sign in to comment.