aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevan Carpenter <git@dvn.me>2019-07-21 18:15:12 -0700
committerDevan Carpenter <git@dvn.me>2019-07-21 18:15:12 -0700
commit5bc14845043fffb4e3b2d7c7fbed91031f584f45 (patch)
treea948e8f81e176810f76116dd9b6702ac3a50e03b
parent88d54438b03409a9757f77389fa0b7cb236f5511 (diff)
downloadwww-5bc14845043fffb4e3b2d7c7fbed91031f584f45.tar.gz
www-5bc14845043fffb4e3b2d7c7fbed91031f584f45.zip
Dockerfile: require sassc dependency
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 04eadc6a..b792d04e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,7 +12,8 @@ RUN apt-get update && \
12 python3 \ 12 python3 \
13 python3-setuptools \ 13 python3-setuptools \
14 python3-babel \ 14 python3-babel \
15 python3-jinja2 && \ 15 python3-jinja2 \
16 sassc && \
16 apt-get clean all && \ 17 apt-get clean all && \
17 apt-get -y autoremove && \ 18 apt-get -y autoremove && \
18 rm -rf \ 19 rm -rf \