Skip to content
Snippets Groups Projects
Commit e874dea7 authored by nimrod's avatar nimrod
Browse files

Add Playwright.

parent 951d489c
No related branches found
No related tags found
No related merge requests found
...@@ -231,6 +231,7 @@ RUN apt-get update && \ ...@@ -231,6 +231,7 @@ RUN apt-get update && \
echo pdm-publish pdm-version | xargs -n1 pdm plugin add && \ echo pdm-publish pdm-version | xargs -n1 pdm plugin add && \
npm install --global \ npm install --global \
corepack \ corepack \
playwright \
&& \ && \
export GOPATH=/usr/local/lib/go && \ export GOPATH=/usr/local/lib/go && \
export PATH="$GOPATH/bin:$PATH" && \ export PATH="$GOPATH/bin:$PATH" && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment