This commit is contained in:
2023-05-28 21:35:02 +00:00
parent 46dce5ebad
commit bde200bd5c
10 changed files with 255 additions and 34 deletions

View File

@@ -1,9 +1,9 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/alpine
{
"name": "Alpine",
"name": "Manjaro",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:alpine-3.17",
"image": "manjarolinux/build",
"features": {
"ghcr.io/devcontainers/features/nix:1": {}
},
@@ -30,11 +30,12 @@
"eamodio.gitlens",
"streetsidesoftware.code-spell-checker",
"timonwong.shellcheck",
"foxundermoon.shell-format"
"foxundermoon.shell-format",
"yzhang.markdown-all-in-one"
]
}
}
},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
"remoteUser": "builder"
}