From 82d070c24ee66267eb24259400e24f422b4dc5e6 Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Fri, 7 Apr 2017 20:22:40 +0200
Subject: [PATCH] okej

---
 build.sh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/build.sh b/build.sh
index 8158062..28caaf2 100644
--- a/build.sh
+++ b/build.sh
@@ -16,16 +16,15 @@ echo "deb http://download.mono-project.com/repo/ubuntu precise main" | sudo tee
 apt-get update
 
 # Install fontconfig, wait for processing
-apt-get install -y fontconfig xorg
+apt-get install -y fontconfig xorg dbus-x11 xvfb x-ttcidfont-conf unzip
 while [ ! -f /etc/fonts/fonts.conf ] ;
 do
       sleep 1
 done
 
-apt-get install -y  x-ttcidfont-conf unzip
 
 # Install WINE things
-apt-get install -y wine winetricks xvfb
+apt-get install -y wine winetricks
 
 # Install command
 cp -f /vagrant/tibbo_build.sh /usr/sbin/tibbo_build
-- 
GitLab