Compile scss files with django compressor
This commit is contained in:
parent
d372cd9bf2
commit
2d5365d2a8
7 changed files with 9 additions and 17 deletions
|
|
@ -16,7 +16,7 @@ RUN apk update \
|
|||
&& apk add postgresql-client \
|
||||
# https://weasyprint.readthedocs.io/en/latest/install.html
|
||||
&& apk add gcc musl-dev jpeg-dev zlib-dev libffi-dev cairo-dev pango-dev gdk-pixbuf-dev \
|
||||
&& apk add ttf-ubuntu-font-family
|
||||
&& apk add libsass sassc
|
||||
|
||||
# Requirements are installed here to ensure they will be cached.
|
||||
COPY ./requirements /requirements
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue