Skip to content

Commit 8646b72

Browse files
author
DavertMik
committed
updated dockerfile to use latest playwright, removed npm i --force
1 parent a0d453f commit 8646b72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Download Playwright and its dependencies
2-
FROM mcr.microsoft.com/playwright:v1.39.0
2+
FROM mcr.microsoft.com/playwright:v1.48.1-noble
33
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
44

55
# Installing the pre-required packages and libraries
@@ -29,7 +29,7 @@ RUN groupadd -r pptruser && useradd -r -g pptruser -G audio,video pptruser \
2929
COPY . /codecept
3030

3131
RUN chown -R pptruser:pptruser /codecept
32-
RUN runuser -l pptruser -c 'npm i --force --loglevel=warn --prefix /codecept'
32+
RUN runuser -l pptruser -c 'npm i --loglevel=warn --prefix /codecept'
3333

3434
RUN ln -s /codecept/bin/codecept.js /usr/local/bin/codeceptjs
3535
RUN mkdir /tests

0 commit comments

Comments
 (0)