aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-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 \