11 lines
497 B
JSON
11 lines
497 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/refs/heads/main/schemas/devContainer.schema.json",
|
|
"build": {
|
|
"dockerfile": "Containerfile",
|
|
},
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/common-utils:2": {}
|
|
},
|
|
"remoteUser": "dev",
|
|
"postCreateCommand": "curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_INSTALL_HLS=y BOOTSTRAP_HASKELL_NONINTERACTIVE=y BOOTSTRAP_HASKELL_ADJUST_BASHRC=y bash"
|
|
}
|