Skip to content

Commit 8c99125

Browse files
committed
Remove Nodejs
Signed-off-by: Shunsuke Kimura <[email protected]>
1 parent d2c9de2 commit 8c99125

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ RUN apt-get update \
88
python3 \
99
python3-pip \
1010
&& python3 -m pip install --break-system-packages jinja2 PyYAML \
11-
&& curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
12-
&& apt-get install -y nodejs \
1311
&& apt-get clean \
1412
&& rm -rf /var/lib/apt/lists/*
1513

0 commit comments

Comments
 (0)