feature: add devcontainer for live debugging (#60)

This commit is contained in:
Marc R Kellerman 2023-04-21 16:20:03 -07:00 committed by GitHub
parent 550ae9c968
commit 3e71c90949
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 92 additions and 13 deletions

3
.devcontainer/Dockerfile Normal file
View file

@ -0,0 +1,3 @@
ARG GO_VERSION=1.20
FROM mcr.microsoft.com/devcontainers/go:0-$GO_VERSION-bullseye
RUN apt-get update && apt-get install -y cmake