61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"apt_repositories": [
|
|
{
|
|
"key": "hashicorp",
|
|
"signingKey": "https://apt.releases.hashicorp.com/gpg",
|
|
"repository": "https://apt.releases.hashicorp.com",
|
|
"components": "bullseye main"
|
|
},
|
|
{
|
|
"key": "yarn",
|
|
"signingKey": "https://dl.yarnpkg.com/debian/pubkey.gpg",
|
|
"repository": "https://dl.yarnpkg.com/debian",
|
|
"components": "stable main"
|
|
},
|
|
{
|
|
"key": "google-cloud",
|
|
"signingKey": "https://packages.cloud.google.com/apt/doc/apt-key.gpg",
|
|
"repository": "https://packages.cloud.google.com/apt",
|
|
"components": "cloud-sdk main"
|
|
},
|
|
{
|
|
"key": "docker",
|
|
"signingKey": "https://download.docker.com/linux/debian/gpg",
|
|
"repository": "https://download.docker.com/linux/debian",
|
|
"components": "bullseye stable"
|
|
}
|
|
],
|
|
"apt_dependencies": [
|
|
"apt-transport-https",
|
|
"ca-certificates",
|
|
"containerd.io",
|
|
"cowsay",
|
|
"default-jre",
|
|
"devscripts",
|
|
"docker-ce-cli",
|
|
"docker-ce",
|
|
"emacs",
|
|
"fd-find",
|
|
"figlet",
|
|
"fonts-nanum",
|
|
"fortune-mod",
|
|
"fzf",
|
|
"git",
|
|
"google-cloud-sdk",
|
|
"kubectl",
|
|
"lsb-release",
|
|
"make",
|
|
"net-tools",
|
|
"netcat-traditional",
|
|
"openssh-client",
|
|
"openssh-server",
|
|
"redis-tools",
|
|
"screenfetch",
|
|
"terraform-ls",
|
|
"terraform",
|
|
"tmux",
|
|
"unzip",
|
|
"yarn"
|
|
]
|
|
}
|