gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch master updated: fix Dockerfile by guessing.


From: gnunet
Subject: [www] branch master updated: fix Dockerfile by guessing.
Date: Mon, 28 Oct 2019 18:26:10 +0100

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

ng0 pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 134a611  fix Dockerfile by guessing.
134a611 is described below

commit 134a61109b0b48dfeea975ae4936504a2e8ea3ec
Author: ng0 <address@hidden>
AuthorDate: Mon Oct 28 17:23:24 2019 +0000

    fix Dockerfile by guessing.
---
 Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index b792d04..7b17dc8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,6 +13,7 @@ RUN apt-get update && \
       python3-setuptools \
       python3-babel \
       python3-jinja2 \
+      git \
       sassc && \
     apt-get clean all && \
     apt-get -y autoremove && \
@@ -20,4 +21,4 @@ RUN apt-get update && \
       /var/lib/apt/lists/* \
       /tmp/*
 
-CMD /bin/bash -c "cd /tmp/ && make"
+CMD /bin/bash -c "cd /tmp/ && ./boostrap && ./configure && make"

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



reply via email to

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