Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad525b8b00 | |||
| 24cced9dba | |||
| 3626ea613c | |||
| aaebdc5da7 | |||
| 748f181bc2 | |||
| d7705b585e |
+5
-4
@@ -1,5 +1,4 @@
|
|||||||
# playwright doesnt support debian image
|
FROM node:18.18-bullseye-slim
|
||||||
FROM node:20-bullseye-slim
|
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
@@ -9,8 +8,10 @@ WORKDIR /data
|
|||||||
|
|
||||||
COPY ./package.json ./yarn.lock ./playwright.config.ts ./
|
COPY ./package.json ./yarn.lock ./playwright.config.ts ./
|
||||||
|
|
||||||
RUN yarn && \
|
# Increase timeout to pass github actions arm64 build
|
||||||
npx playwright install-deps && \
|
RUN yarn install --network-timeout 10000000
|
||||||
|
|
||||||
|
RUN npx playwright install-deps && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
yarn cache clean
|
yarn cache clean
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user