mirror of
https://github.com/actions/runner-images.git
synced 2026-01-19 19:07:21 +08:00
[Ubuntu] Add automake autoconf libtool output version (#5362)
This commit is contained in:
committed by
GitHub
parent
e822ae7acb
commit
5e72f7eb77
@@ -132,6 +132,8 @@
|
|||||||
],
|
],
|
||||||
"apt": {
|
"apt": {
|
||||||
"common_packages": [
|
"common_packages": [
|
||||||
|
"autoconf",
|
||||||
|
"automake",
|
||||||
"build-essential",
|
"build-essential",
|
||||||
"dbus",
|
"dbus",
|
||||||
"dnsutils",
|
"dnsutils",
|
||||||
@@ -154,6 +156,7 @@
|
|||||||
"libmagickwand-dev",
|
"libmagickwand-dev",
|
||||||
"libsecret-1-dev",
|
"libsecret-1-dev",
|
||||||
"libsqlite3-dev",
|
"libsqlite3-dev",
|
||||||
|
"libtool",
|
||||||
"libunwind8",
|
"libunwind8",
|
||||||
"libxkbfile-dev",
|
"libxkbfile-dev",
|
||||||
"libxss1",
|
"libxss1",
|
||||||
|
|||||||
@@ -130,6 +130,8 @@
|
|||||||
],
|
],
|
||||||
"apt": {
|
"apt": {
|
||||||
"common_packages": [
|
"common_packages": [
|
||||||
|
"autoconf",
|
||||||
|
"automake",
|
||||||
"build-essential",
|
"build-essential",
|
||||||
"dbus",
|
"dbus",
|
||||||
"dnsutils",
|
"dnsutils",
|
||||||
@@ -153,6 +155,7 @@
|
|||||||
"libmagickwand-dev",
|
"libmagickwand-dev",
|
||||||
"libsecret-1-dev",
|
"libsecret-1-dev",
|
||||||
"libsqlite3-dev",
|
"libsqlite3-dev",
|
||||||
|
"libtool",
|
||||||
"libunwind8",
|
"libunwind8",
|
||||||
"libxkbfile-dev",
|
"libxkbfile-dev",
|
||||||
"libxss1",
|
"libxss1",
|
||||||
|
|||||||
Reference in New Issue
Block a user