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 35b0c61 commit 9d619d7Copy full SHA for 9d619d7
1 file changed
.devcontainer/Dockerfile
@@ -20,8 +20,13 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
20
libffi-dev \
21
libgdbm-dev \
22
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 \
29
nodejs \
- npm \
30
chromium \
31
chromium-driver \
32
&& apt-get clean \
0 commit comments