This repository has been archived on 2026-02-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
swift-duct-calc/.devcontainer/devcontainer.json
Michael Housh 10dd0dac82
All checks were successful
CI / Linux Tests (push) Successful in 6m38s
feat: Updates todos.
2026-02-04 16:59:27 -05:00

32 lines
1021 B
JSON

{
"name": "swift-manual-d-dev",
"image": "git.housh.dev/michael/swift-dev-container:latest",
"features": {
"ghcr.io/devcontainers/features/git:1": {
"version": "os-provided",
"ppa": "false"
},
"ghcr.io/swift-server-community/swift-devcontainer-features/jemalloc:1": { },
"ghcr.io/swift-server-community/swift-devcontainer-features/swift-format:0": { },
"ghcr.io/swift-server-community/swift-devcontainer-features/foundationnetworking:1": {},
"ghcr.io/devcontainers-extra/features/markdownlint-cli2:1": {},
"ghcr.io/jsburckhardt/devcontainer-features/just:1": {},
"ghcr.io/rocker-org/devcontainer-features/pandoc:1": {},
//"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/wxw-matt/devcontainer-features/apt:latest": {
"packages": "weasyprint gnupg2 tmux"
}
},
"runArgs": [
"--cap-add=SYS_PTRACE",
"--security-opt",
"seccomp=unconfined"
],
"remoteEnv": {
"TERM": "xterm-256color"
},
"remoteUser": "swift",
"forwardPorts": [8080],
}