Created
September 2, 2025 13:53
-
-
Save mconnell/58f0900c2621115e37b6d1392fde122f to your computer and use it in GitHub Desktop.
Adding chromium to Dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| RUN apt-get update && apt-get install -y --no-install-recommends \ | |
| chromium \ | |
| && rm -rf /var/lib/apt/lists/* | |
| ENV CHROME_BIN=/usr/bin/chromium |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment