chore: Miscellaneous cleanup (#6708)

This commit is contained in:
Michael Genson
2025-12-12 22:48:49 -06:00
committed by GitHub
parent ab4559319e
commit 24c111af7b
17 changed files with 116 additions and 264 deletions

View File

@@ -13,6 +13,7 @@ RUN echo "export PROMPT_COMMAND='history -a'" >> /home/vscode/.bashrc \
&& chown vscode:vscode -R /home/vscode/
RUN npm install -g @go-task/cli
RUN npm install -g json-schema-to-typescript
# Install additional OS packages
RUN apt-get update \