[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: make #8167 more easy to reprod
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: make #8167 more easy to reproduce |
Date: |
Sun, 21 Jan 2024 15:58:51 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new d545ca0 make #8167 more easy to reproduce
d545ca0 is described below
commit d545ca0bc244ad792596a0e6baa1756a37bd80b9
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jan 21 14:57:47 2024 +0100
make #8167 more easy to reproduce
---
packaging/debian-docker/Dockerfile | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/packaging/debian-docker/Dockerfile
b/packaging/debian-docker/Dockerfile
index 1077f6f..be9a72d 100644
--- a/packaging/debian-docker/Dockerfile
+++ b/packaging/debian-docker/Dockerfile
@@ -21,7 +21,11 @@ RUN apt-get update
RUN apt-get -y upgrade
RUN apt-get -y dist-upgrade
-ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache
+# ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache
+
+COPY libeufin-build.sh /root/
+RUN chmod +x /root/libeufin-build.sh
+RUN /root/libeufin-build.sh master
COPY gnunet-build.sh /root/
RUN chmod +x /root/gnunet-build.sh
@@ -54,5 +58,3 @@ RUN /root/libeufin-build.sh master
COPY wallet-build.sh /root/
RUN chmod +x /root/wallet-build.sh
RUN /root/wallet-build.sh master
-
-
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: make #8167 more easy to reproduce,
gnunet <=