From b70b181c386c450676c04278f050e8b15c7ae2b0 Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Thu, 14 Dec 2023 13:40:47 +0100 Subject: [PATCH] ci: Create `devcontainer.json` --- .devcontainer/devcontainer.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 000000000..3256a2ef1 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,5 @@ +{ + "image": "ghcr.io/fairrootgroup/fairmq-dev/fedora-38:latest", + "features": { + } +}