Skip to content

Commit 7a7241d

Browse files
authored
add deps
1 parent cb15115 commit 7a7241d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SHELL ["/bin/bash", "-c"]
44
ENV NVM_DIR=/root/.nvm
55
ENV NODE_VERSION=20.18.1
66

7-
RUN apt update && apt install -y curl bash git tar gzip libc++-dev jq
7+
RUN apt update && apt install -y curl bash git tar gzip libc++-dev jq python3 build-essential
88

99
# Install nvm, node and npm
1010
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash \

0 commit comments

Comments
 (0)