mirror of
https://github.com/actions/runner-images.git
synced 2025-12-16 06:40:32 +00:00
tk installation has been added to Ubuntu 16/18 basic.sh
This commit is contained in:
@@ -97,6 +97,9 @@ apt-get install -y --no-install-recommends xvfb
|
||||
echo "Install libgtk"
|
||||
apt-get install -y --no-install-recommends libgtk-3-0
|
||||
|
||||
echo "Install tk"
|
||||
apt install -y tk
|
||||
|
||||
echo "Install fakeroot"
|
||||
apt-get install -y --no-install-recommends fakeroot
|
||||
|
||||
|
||||
Reference in New Issue
Block a user