gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: nlnet task 1, update euFin and


From: gnunet
Subject: [taler-deployment] branch master updated: nlnet task 1, update euFin and UI
Date: Tue, 04 Apr 2023 18:03:50 +0200

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 5d3e29d  nlnet task 1, update euFin and UI
5d3e29d is described below

commit 5d3e29d90834f372a1dfec50fae2d1125616dfb9
Author: MS <ms@taler.net>
AuthorDate: Tue Apr 4 18:03:15 2023 +0200

    nlnet task 1, update euFin and UI
---
 nlnet/task1/Dockerfile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/nlnet/task1/Dockerfile b/nlnet/task1/Dockerfile
index 208ea65..498d54a 100644
--- a/nlnet/task1/Dockerfile
+++ b/nlnet/task1/Dockerfile
@@ -1,13 +1,13 @@
 FROM debian:stable
 
 RUN apt-get update
-RUN apt-get install -y openjdk-17-jre git python3-pip curl jq
+RUN apt-get install -y openjdk-17-jre git python3-pip curl jq sqlite3
 RUN pip3 install click requests
 
 # Installation
 RUN git clone git://git.taler.net/libeufin
 WORKDIR /libeufin
-RUN git fetch && git checkout 981392149cbfd6a454182e2be1d296629a9879f6
+RUN git fetch && git checkout 9c7079e5323eed4d16e24c1c4245d6586cecac53 # 
amounts zero-check fixed.
 RUN ./bootstrap
 RUN ./configure --prefix=/usr/local
 RUN make install
@@ -17,6 +17,7 @@ RUN apt-get install -y nginx
 
 # Importing the UI.
 RUN git clone -b prebuilt git://git.taler.net/wallet-core
+RUN git -C wallet-core checkout 75af013b348b08b8fb9e65cc9270f2fde964979b # 
checkout rates fixed.
 RUN cp /libeufin/debian/etc/nginx/sites-available/libeufin-sandbox 
/etc/nginx/sites-enabled/
 RUN mkdir -p /usr/share/libeufin/demobank-ui/
 RUN mkdir -p /etc/libeufin/
@@ -27,4 +28,5 @@ RUN cp wallet-core/demobank/* /usr/share/libeufin/demobank-ui/
 RUN mkdir /libeufin-data
 
 COPY start.sh /
-ENTRYPOINT /start.sh
+# ENTRYPOINT /start.sh
+CMD /start.sh

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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