mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-06 18:17:26 +08:00
move apt pkgs to the toolset.json
This commit is contained in:
@@ -108,5 +108,67 @@
|
||||
"4.6.0"
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"apt": {
|
||||
"common_packages": [
|
||||
"dbus",
|
||||
"dnsutils",
|
||||
"dpkg",
|
||||
"fakeroot",
|
||||
"gnupg2",
|
||||
"iproute2",
|
||||
"iputils-ping",
|
||||
"lib32z1",
|
||||
"libc++abi-dev",
|
||||
"libc++-dev",
|
||||
"libcurl3",
|
||||
"libgbm-dev",
|
||||
"libgconf-2-4",
|
||||
"libgtk-3-0",
|
||||
"libicu55",
|
||||
"libsecret-1-dev",
|
||||
"libsqlite3-dev",
|
||||
"libunwind8",
|
||||
"libxkbfile-dev",
|
||||
"libxss1",
|
||||
"locales",
|
||||
"openssh-client",
|
||||
"pkg-config",
|
||||
"rpm",
|
||||
"texinfo",
|
||||
"tk",
|
||||
"tzdata",
|
||||
"upx",
|
||||
"xorriso",
|
||||
"xvfb",
|
||||
"xz-utils",
|
||||
"zstd",
|
||||
"zsync"
|
||||
],
|
||||
"cmd_packages": [
|
||||
"bison",
|
||||
"brotli",
|
||||
"bzip2",
|
||||
"curl",
|
||||
"file",
|
||||
"flex",
|
||||
"ftp",
|
||||
"jq",
|
||||
"m4",
|
||||
"netcat",
|
||||
"parallel",
|
||||
"patchelf",
|
||||
"rsync",
|
||||
"shellcheck",
|
||||
"sqlite3",
|
||||
"ssh",
|
||||
"sudo",
|
||||
"telnet",
|
||||
"time",
|
||||
"unzip",
|
||||
"wget",
|
||||
"yamllint",
|
||||
"zip"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -104,5 +104,66 @@
|
||||
"4.6.0"
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"apt": {
|
||||
"common_packages": [
|
||||
"dbus",
|
||||
"dnsutils",
|
||||
"dpkg",
|
||||
"fakeroot",
|
||||
"gnupg2",
|
||||
"iproute2",
|
||||
"iputils-ping",
|
||||
"lib32z1",
|
||||
"libc++abi-dev",
|
||||
"libc++-dev",
|
||||
"libcurl3",
|
||||
"libgbm-dev",
|
||||
"libgconf-2-4",
|
||||
"libgtk-3-0",
|
||||
"libsecret-1-dev",
|
||||
"libsqlite3-dev",
|
||||
"libunwind8",
|
||||
"libxkbfile-dev",
|
||||
"libxss1",
|
||||
"locales",
|
||||
"openssh-client",
|
||||
"pkg-config",
|
||||
"rpm",
|
||||
"texinfo",
|
||||
"tk",
|
||||
"tzdata",
|
||||
"upx",
|
||||
"xorriso",
|
||||
"xvfb",
|
||||
"xz-utils",
|
||||
"zstd",
|
||||
"zsync"
|
||||
],
|
||||
"cmd_packages": [
|
||||
"bison",
|
||||
"brotli",
|
||||
"bzip2",
|
||||
"curl",
|
||||
"file",
|
||||
"flex",
|
||||
"ftp",
|
||||
"jq",
|
||||
"m4",
|
||||
"netcat",
|
||||
"parallel",
|
||||
"patchelf",
|
||||
"rsync",
|
||||
"shellcheck",
|
||||
"sqlite3",
|
||||
"ssh",
|
||||
"sudo",
|
||||
"telnet",
|
||||
"time",
|
||||
"unzip",
|
||||
"wget",
|
||||
"yamllint",
|
||||
"zip"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -67,5 +67,67 @@
|
||||
"ndk-bundle",
|
||||
"platform-tools"
|
||||
]
|
||||
},
|
||||
"apt": {
|
||||
"common_packages": [
|
||||
"dbus",
|
||||
"dnsutils",
|
||||
"dpkg",
|
||||
"fakeroot",
|
||||
"gnupg2",
|
||||
"iproute2",
|
||||
"iputils-ping",
|
||||
"lib32z1",
|
||||
"libc++abi-dev",
|
||||
"libc++-dev",
|
||||
"libcurl4",
|
||||
"libgbm-dev",
|
||||
"libgconf-2-4",
|
||||
"libgtk-3-0",
|
||||
"libsecret-1-dev",
|
||||
"libsqlite3-dev",
|
||||
"libunwind8",
|
||||
"libxkbfile-dev",
|
||||
"libxss1",
|
||||
"locales",
|
||||
"openssh-client",
|
||||
"pkg-config",
|
||||
"python-is-python2",
|
||||
"rpm",
|
||||
"texinfo",
|
||||
"tk",
|
||||
"tzdata",
|
||||
"upx",
|
||||
"xorriso",
|
||||
"xvfb",
|
||||
"xz-utils",
|
||||
"zstd",
|
||||
"zsync"
|
||||
],
|
||||
"cmd_packages": [
|
||||
"bison",
|
||||
"brotli",
|
||||
"bzip2",
|
||||
"curl",
|
||||
"file",
|
||||
"flex",
|
||||
"ftp",
|
||||
"jq",
|
||||
"m4",
|
||||
"netcat",
|
||||
"parallel",
|
||||
"patchelf",
|
||||
"rsync",
|
||||
"shellcheck",
|
||||
"sqlite3",
|
||||
"ssh",
|
||||
"sudo",
|
||||
"telnet",
|
||||
"time",
|
||||
"unzip",
|
||||
"wget",
|
||||
"yamllint",
|
||||
"zip"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user