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 d2c9de2 commit 8c99125Copy full SHA for 8c99125
.devcontainer/Dockerfile
@@ -8,8 +8,6 @@ RUN apt-get update \
8
python3 \
9
python3-pip \
10
&& 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 \
13
&& apt-get clean \
14
&& rm -rf /var/lib/apt/lists/*
15
0 commit comments