Specified to only install chromium for playwright
This commit is contained in:
parent
35653ebd99
commit
8ead06e3a4
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ COPY package*.json ./
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
# Install Playwright browsers
|
# Install Playwright browsers
|
||||||
RUN npx playwright install --with-deps
|
RUN npx playwright install chromium --with-deps
|
||||||
|
|
||||||
# Install jq
|
# Install jq
|
||||||
RUN apt-get install -y jq
|
RUN apt-get install -y jq
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue