mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 15:20:11 +00:00
Fix kubectl installation (#799)
* Fix kubectl installation * Fix kubectl installation * Add --client flag * Fix for ubuntu 16.04 * Move kubectl apt packages installation to basic.sh * Combined separated scripts for kubectl installation to one * Minor fix * Remove apt-transport-https package from basic.sh * Delete helm init
This commit is contained in:
committed by
GitHub
parent
ead5b53355
commit
8491d71a0b
@@ -40,7 +40,7 @@ apt-fast install -y --no-install-recommends \
|
||||
zip \
|
||||
zstd
|
||||
|
||||
# Electron / VSCode / GitHub Desktop prereqs
|
||||
# Electron / VSCode / GitHub Desktop / kubectl prereqs
|
||||
apt-fast install -y --no-install-recommends \
|
||||
libxkbfile-dev \
|
||||
pkg-config \
|
||||
@@ -57,7 +57,8 @@ apt-fast install -y --no-install-recommends \
|
||||
rpm \
|
||||
xz-utils \
|
||||
xorriso \
|
||||
zsync
|
||||
zsync \
|
||||
gnupg2
|
||||
|
||||
# Run tests to determine that the software installed as expected
|
||||
echo "Testing to make sure that script performed as expected, and basic scenarios work"
|
||||
@@ -99,3 +100,4 @@ DocumentInstalledItemIndent "upx"
|
||||
DocumentInstalledItemIndent "wget"
|
||||
DocumentInstalledItemIndent "zip"
|
||||
DocumentInstalledItemIndent "zstd"
|
||||
DocumentInstalledItemIndent "gnupg2"
|
||||
|
||||
Reference in New Issue
Block a user