Skip to content

Instantly share code, notes, and snippets.

@mconnell
Created September 2, 2025 13:53
Show Gist options
  • Select an option

  • Save mconnell/58f0900c2621115e37b6d1392fde122f to your computer and use it in GitHub Desktop.

Select an option

Save mconnell/58f0900c2621115e37b6d1392fde122f to your computer and use it in GitHub Desktop.
Adding chromium to Dockerfile
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