From 61df31a0b8a819ec1049666fe249156b4594532a Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sat, 26 Nov 2016 10:45:49 -0500 Subject: [PATCH] Add libsass-dev to debian-bootstrap.sh --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 29640833..b8ba40fd 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -88,6 +88,7 @@ apt-get install -y \ libpango1.0-dev \ libpcap0.8-dev \ libpq-dev \ + libsass-dev \ libsdl2-dev \ libsnappy-dev \ libsndfile1-dev \