Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mborne/docker-puppeteer
[DEV] Experimental image with puppeteer
https://github.com/mborne/docker-puppeteer
Last synced: 17 days ago
JSON representation
[DEV] Experimental image with puppeteer
- Host: GitHub
- URL: https://github.com/mborne/docker-puppeteer
- Owner: mborne
- Created: 2024-12-06T14:29:42.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2024-12-06T14:32:34.000Z (28 days ago)
- Last Synced: 2024-12-06T15:31:45.803Z (28 days ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-puppeteer
Docker image with puppeteer and chrome installed.
## Build image
```bash
docker build \
--build-arg=http_proxy --build-arg=https_proxy \
-t puppeteer .
```## Resources
* [Puppeteer - Troubleshooting](https://pptr.dev/troubleshooting)
* [Running Puppeteer on GitlabCI](https://pptr.dev/troubleshooting#running-puppeteer-on-gitlabci)