Skip to content

Commit 9d619d7

Browse files
committed
[devcontainer] update node
1 parent 35b0c61 commit 9d619d7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2020
libffi-dev \
2121
libgdbm-dev \
2222
sqlite3 \
23+
&& apt-get clean \
24+
&& rm -rf /var/lib/apt/lists/*
25+
26+
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
27+
28+
RUN apt-get update && apt-get install -y --no-install-recommends \
2329
nodejs \
24-
npm \
2530
chromium \
2631
chromium-driver \
2732
&& apt-get clean \

0 commit comments

Comments
 (0)