From 70a292b715194bc81344b4170be339f9b93e7931 Mon Sep 17 00:00:00 2001 From: Suhan G Paradkar <76830230+suhan-paradkar@users.noreply.github.com> Date: Fri, 4 Jun 2021 16:04:15 +0530 Subject: [PATCH] docker image: install sassc (#6952) --- scripts/setup-ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index c250502e3..ca76c6efc 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -171,6 +171,7 @@ PACKAGES+=" itstool" PACKAGES+=" libgdk-pixbuf2.0-dev" PACKAGES+=" python-setuptools" PACKAGES+=" python3-xcbgen" +PACKAGES+=" sassc" PACKAGES+=" texlive-extra-utils" PACKAGES+=" xfce4-dev-tools" PACKAGES+=" xfonts-utils"