diff --git a/Dockerfile b/Dockerfile index 50f1c5d45b..e63556cef1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,8 @@ USER root RUN apk add git USER hmcts -RUN PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true yarn install +RUN PLAYWRIGHT_SKIP_CHROMIUM_DOWNLOAD=true && PLAYWRIGHT_BROWSERS_PATH=false yarn install +RUN yarn playwright install RUN yarn -v RUN node -v RUN yarn setup-sass