Commit e874dea7 authored by nimrod's avatar nimrod
Browse files

Add Playwright.

parent 951d489c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -231,6 +231,7 @@ RUN apt-get update && \
    echo pdm-publish pdm-version | xargs -n1 pdm plugin add && \
    npm install --global \
        corepack \
        playwright \
    && \
    export GOPATH=/usr/local/lib/go && \
    export PATH="$GOPATH/bin:$PATH" && \