Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

puppeteer runner image #5

Open
landsman opened this issue Mar 8, 2021 · 0 comments
Open

puppeteer runner image #5

landsman opened this issue Mar 8, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@landsman
Copy link
Member

landsman commented Mar 8, 2021

FROM node:15.10-stretch

# update os
RUN apt-get update
RUN apt-get install -y libpangocairo-1.0-0 libx11-xcb1 libxcomposite1 libxcursor1 libxdamage1 libxi6 libxtst6 libnss3 libcups2 libxss1 libxrandr2 libgconf2-4 libasound2 libatk1.0-0 libgtk-3-0
RUN apt-get install -y libgbm-dev

CMD [""]
@landsman landsman added the enhancement New feature or request label Mar 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant