mirror of
https://github.com/redlib-org/redlib.git
synced 2026-06-11 04:34:27 -04:00
16 lines
458 B
JSON
16 lines
458 B
JSON
{
|
|
"name": "Rust",
|
|
"image": "mcr.microsoft.com/devcontainers/rust:dev-trixie",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
|
|
},
|
|
"portsAttributes": {
|
|
"8080": {
|
|
"label": "redlib",
|
|
"onAutoForward": "notify"
|
|
}
|
|
},
|
|
"postCreateCommand": "sudo apt-get update && sudo apt-get install -y git build-essential cmake libclang-dev",
|
|
"postStartCommand": "cargo build"
|
|
}
|