Switch to sassc for CSS building

Because https://github.com/Kronuz/pyScss/pull/426 is not yet in a
release, also just look at the diffstat!
This commit is contained in:
Kim Alvefur
2023-08-02 22:31:13 +02:00
parent 0f74b1b8f2
commit 7a4b56914c
4 changed files with 8 additions and 71 deletions

View File

@@ -6,6 +6,7 @@ RUN set -eu; \
apt-get install -y --no-install-recommends \
python3 python3-pip python3-setuptools python3-wheel \
libpython3-dev \
sassc \
make build-essential;
COPY requirements.txt /opt/snikket-web-portal/requirements.txt