mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
Merge pull request #404 from andy-mishechkin/v-andmis/ubuntu/tkniter_installation
tk installation has been added to Ubuntu 16/18 basic.sh
This commit is contained in:
@@ -47,6 +47,7 @@ apt-fast install -y --no-install-recommends \
|
|||||||
dbus \
|
dbus \
|
||||||
xvfb \
|
xvfb \
|
||||||
libgtk-3-0 \
|
libgtk-3-0 \
|
||||||
|
tk \
|
||||||
fakeroot \
|
fakeroot \
|
||||||
dpkg \
|
dpkg \
|
||||||
rpm \
|
rpm \
|
||||||
|
|||||||
@@ -97,6 +97,9 @@ apt-get install -y --no-install-recommends xvfb
|
|||||||
echo "Install libgtk"
|
echo "Install libgtk"
|
||||||
apt-get install -y --no-install-recommends libgtk-3-0
|
apt-get install -y --no-install-recommends libgtk-3-0
|
||||||
|
|
||||||
|
echo "Install tk"
|
||||||
|
apt install -y tk
|
||||||
|
|
||||||
echo "Install fakeroot"
|
echo "Install fakeroot"
|
||||||
apt-get install -y --no-install-recommends fakeroot
|
apt-get install -y --no-install-recommends fakeroot
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user