Skip to content

Commit

Permalink
feat: extended devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
jenspots committed Sep 15, 2024
1 parent c433309 commit bfd7a5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ RUN pipx install --global uv

# Node.js
RUN pacman --noconfirm -Syu nodejs
RUN pacman --noconfirm -Syu npm

# gRPC code generation.
RUN pacman --noconfirm -Syu protobuf

0 comments on commit bfd7a5d

Please sign in to comment.