mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-25 11:24:54 +02:00
16 lines
297 B
JSON
16 lines
297 B
JSON
{
|
|
"name": "Security",
|
|
"build": {
|
|
"dockerfile": "Dockerfile",
|
|
"context": "../.."
|
|
},
|
|
"onCreateCommand": "bash .devcontainer/security/build_imagemagick.sh",
|
|
"customizations": {
|
|
"vscode": {
|
|
"settings": {
|
|
"extensions.ignoreRecommendations": true
|
|
}
|
|
}
|
|
}
|
|
}
|