Skip to content

Instantly share code, notes, and snippets.

@manfromth3m0oN
Created September 11, 2023 14:55
Show Gist options
  • Save manfromth3m0oN/692ab3f3243f9f739061e4a5e44c6476 to your computer and use it in GitHub Desktop.
Save manfromth3m0oN/692ab3f3243f9f739061e4a5e44c6476 to your computer and use it in GitHub Desktop.
Playwright Go Docker image
FROM debian:bookworm
RUN apt-get update
RUN apt-get upgrade
RUN apt-get install -y golang ca-certificates
RUN go run github.com/playwright-community/playwright-go/cmd/playwright@latest install --with-deps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment