Skip to content
Snippets Groups Projects
Verified Commit 314054b5 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

[Docker] Install django-compressor (necessary for SCSS compiler)

This have to be installed manually because it's only needed to build Docker images correctly.
parent 70c52c31
No related branches found
No related tags found
No related merge requests found
Pipeline #1041 failed
......@@ -34,7 +34,7 @@ RUN set -e; \
eatmydata pip install poetry; \
poetry config virtualenvs.create false; \
eatmydata poetry install; \
eatmydata pip install gunicorn
eatmydata pip install gunicorn django-compressor
# Install official apps
COPY apps ./apps/
......
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