devcontainer: inital config

This adds a devcontainer config for devs to have an easy way to get a working dev environment.
This commit is contained in:
David Lechner
2024-02-19 22:50:14 -06:00
committed by David Lechner
parent 4c4ce8f375
commit 3a57f40a93
5 changed files with 49 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
FROM mcr.microsoft.com/devcontainers/typescript-node:1-18-bookworm
# Install the xz-utils package
RUN apt-get update && apt-get install -y libpango1.0-dev