Skip to content

Commit

Permalink
install libxss1 to fix missing libXss.so.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philippotto committed Jan 14, 2021
1 parent 7fde47a commit 586ff9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppeteer/Dockerfile
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y wget gnupg curl \
&& wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
&& sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
&& apt-get update \
&& apt-get install -y google-chrome-unstable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst ttf-freefont \
&& apt-get install -y libxss1 google-chrome-unstable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst ttf-freefont \
&& apt-get install -y git ssh-client \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/* \
Expand Down

0 comments on commit 586ff9e

Please sign in to comment.