Skip to content

Commit 217abed

Browse files
committed
test installing deps
1 parent 127b955 commit 217abed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
3636
&& export NVM_DIR="$HOME/.nvm" && \. "$NVM_DIR/nvm.sh" \
3737
&& nvm install 20.20.0 \
3838
&& nvm install 22.22.0 \
39-
&& nvm install 24.13.0
40-
39+
&& nvm install 24.13.0 \
40+
&& npx playwright install --with-deps
4141
# for loading profile, to make nvm available for sh
4242
ENV ENV='$HOME/.profile'
4343
# hadolint ignore=SC1091

0 commit comments

Comments
 (0)