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 cb15115 commit 7a7241dCopy full SHA for 7a7241d
.devcontainer/Dockerfile
@@ -4,7 +4,7 @@ SHELL ["/bin/bash", "-c"]
4
ENV NVM_DIR=/root/.nvm
5
ENV NODE_VERSION=20.18.1
6
7
-RUN apt update && apt install -y curl bash git tar gzip libc++-dev jq
+RUN apt update && apt install -y curl bash git tar gzip libc++-dev jq python3 build-essential
8
9
# Install nvm, node and npm
10
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash \
0 commit comments