We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127b955 commit 217abedCopy full SHA for 217abed
1 file changed
Dockerfile
@@ -36,8 +36,8 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
36
&& export NVM_DIR="$HOME/.nvm" && \. "$NVM_DIR/nvm.sh" \
37
&& nvm install 20.20.0 \
38
&& nvm install 22.22.0 \
39
- && nvm install 24.13.0
40
-
+ && nvm install 24.13.0 \
+ && npx playwright install --with-deps
41
# for loading profile, to make nvm available for sh
42
ENV ENV='$HOME/.profile'
43
# hadolint ignore=SC1091
0 commit comments