diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 10255beb..49ef08b4 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -10,6 +10,7 @@ RUN apt-get update && apt install -y --no-install-recommends \ libssl-dev \ libayatana-appindicator3-dev \ librsvg2-dev \ - nodejs + nodejs \ + git -RUN corepack enable pnpm \ No newline at end of file +RUN corepack enable pnpm