Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lennym committed Jul 15, 2022
1 parent 493bdc1 commit 4d01adf
Show file tree
Hide file tree
Showing 4 changed files with 4,997 additions and 86 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
npm-debug.log*
node_modules
test.pdf
.env
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ FROM node:14-slim

RUN apt-get update
# See https://crbug.com/795759
RUN apt-get install -yq libgconf-2-4
RUN apt-get install -yq gnupg
RUN apt-get install -yq libxss1
RUN apt-get install -yq libxtst6
RUN apt-get install -yq gconf-service gnupg libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget

# Install latest chrome dev package, which installs the necessary libs to
# make the bundled version of Chromium that Puppeteer installs work.
RUN apt-get install -y curl --no-install-recommends
Expand Down
Loading

0 comments on commit 4d01adf

Please sign in to comment.