From 5416d4bbb26d56edf4bbb3ba7ef66bfe1609cd56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Cartegnie?= <fcvlcdev@free.fr> Date: Tue, 19 Sep 2023 08:34:33 +0000 Subject: [PATCH] require missing sass package to build style.css (!= sassc) --- website-debian/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website-debian/Dockerfile b/website-debian/Dockerfile index 64c21adb..e9c37334 100644 --- a/website-debian/Dockerfile +++ b/website-debian/Dockerfile @@ -18,7 +18,7 @@ RUN addgroup --quiet --gid ${VIDEOLAN_UID} videolan && \ apt-get update && \ apt-get install -y --no-install-suggests --no-install-recommends \ make php-cgi php-curl php-gd php-intl php-mbstring php-json \ - php-opcache php-pgsql php-readline php-xml git ca-certificates sassc \ + php-opcache php-pgsql php-readline php-xml git ca-certificates sassc sass \ gettext locales-all yui-compressor \ && apt-get clean -y && rm -rf /var/lib/apt/lists/* -- GitLab