taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 74ba921375170e059b5ea2bd62688ee314980187
parent 13404a396ce25bfba5ef4b12ac6a0084563443d4
Author: MS <ms@taler.net>
Date:   Wed, 10 May 2023 21:00:24 +0200

pinning libeufin version

Diffstat:
Mnlnet/task2/Dockerfile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/nlnet/task2/Dockerfile b/nlnet/task2/Dockerfile @@ -9,6 +9,7 @@ RUN apt-get install -y openjdk-17-jre # Installation RUN git clone git://git.taler.net/libeufin WORKDIR /libeufin +RUN git fetch && git checkout a52cf289234683c4ff492cd8b508cfb6c85ca1e8 RUN ./bootstrap RUN apt-get install -y python3-venv RUN apt-get install -y make