mirror of
https://github.com/actions/runner-images.git
synced 2026-01-10 12:41:43 +08:00
install python2
This commit is contained in:
@@ -10,6 +10,9 @@ source $HELPER_SCRIPTS/apt.sh
|
||||
|
||||
set -e
|
||||
|
||||
echo "Install python2"
|
||||
apt-get install -y --no-install-recommends python-is-python2
|
||||
|
||||
echo "Install dnsutils"
|
||||
apt-get install -y --no-install-recommends dnsutils
|
||||
|
||||
|
||||
Reference in New Issue
Block a user