gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [www] 01/02: Dockerfile: require sassc dependency


From: gnunet
Subject: [GNUnet-SVN] [www] 01/02: Dockerfile: require sassc dependency
Date: Mon, 22 Jul 2019 03:19:42 +0200

This is an automated email from the git hooks/post-receive script.

dvn pushed a commit to branch master
in repository www.

commit 5bc14845043fffb4e3b2d7c7fbed91031f584f45
Author: Devan Carpenter <address@hidden>
AuthorDate: Sun Jul 21 18:15:12 2019 -0700

    Dockerfile: require sassc dependency
---
 Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 04eadc6..b792d04 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,7 +12,8 @@ RUN apt-get update && \
       python3 \
       python3-setuptools \
       python3-babel \
-      python3-jinja2 && \
+      python3-jinja2 \
+      sassc && \
     apt-get clean all && \
     apt-get -y autoremove && \
     rm -rf \

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]