Skip to content
Snippets Groups Projects
Commit 5416d4bb authored by François Cartegnie's avatar François Cartegnie :fingers_crossed:
Browse files

require missing sass package to build style.css (!= sassc)

parent 82caf0d3
Branches master
No related tags found
No related merge requests found
Pipeline #429328 passed with stages
in 1 minute and 22 seconds
......@@ -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/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment