mirror of
https://github.com/Jguer/yay.git
synced 2025-12-27 07:35:48 -05:00
* cleanup arch build * don't doubleptade * fix pacman-git build * fix final issues with some sandbox kernels * use quay because docker is out of steam * remove docker hub * -si on testing
16 lines
225 B
JSON
16 lines
225 B
JSON
{
|
|
"name": "Existing Dockerfile",
|
|
"build": {
|
|
"context": "..",
|
|
"dockerfile": "../.devcontainer/Dockerfile"
|
|
},
|
|
"overrideCommand": true,
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"golang.go"
|
|
]
|
|
}
|
|
}
|
|
}
|