mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 23:28:57 +00:00
updated basic.sh for both images
This commit is contained in:
@@ -83,6 +83,8 @@ DocumentInstalledItemIndent "libc++-dev"
|
||||
DocumentInstalledItemIndent "libc++abi-dev"
|
||||
DocumentInstalledItemIndent "libcurl3"
|
||||
DocumentInstalledItemIndent "libicu55"
|
||||
DocumentInstalledItemIndent "libpython2.7"
|
||||
DocumentInstalledItemIndent "libpython2.7-dev"
|
||||
DocumentInstalledItemIndent "libunwind8"
|
||||
DocumentInstalledItemIndent "locales"
|
||||
DocumentInstalledItemIndent "netcat"
|
||||
|
||||
@@ -31,6 +31,12 @@ apt-get install -y --no-install-recommends jq
|
||||
echo "Install libcurl3"
|
||||
apt-get install -y --no-install-recommends libcurl3
|
||||
|
||||
echo "Install libpython2.7"
|
||||
apt-get install -y --no-install-recommends libpython2.7
|
||||
|
||||
echo "Install libpython2.7-dev"
|
||||
apt-get install -y --no-install-recommends libpython2.7-dev
|
||||
|
||||
echo "Install libunwind8"
|
||||
apt-get install -y --no-install-recommends libunwind8
|
||||
|
||||
@@ -148,6 +154,8 @@ DocumentInstalledItemIndent "iputils-ping"
|
||||
DocumentInstalledItemIndent "jq"
|
||||
DocumentInstalledItemIndent "libcurl3"
|
||||
DocumentInstalledItemIndent "libicu55"
|
||||
DocumentInstalledItemIndent "libpython2.7"
|
||||
DocumentInstalledItemIndent "libpython2.7-dev"
|
||||
DocumentInstalledItemIndent "libunwind8"
|
||||
DocumentInstalledItemIndent "locales"
|
||||
DocumentInstalledItemIndent "netcat"
|
||||
|
||||
Reference in New Issue
Block a user