taler-deployment

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

commit e19b0b8ac1017f5ebc161a74f88f5775250ebff1
parent 075cef1d6382842b864b78643d4fcc87bc286d0c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  5 Jun 2024 20:11:13 +0200

enable cache breaker

Diffstat:
Mpackaging/ubuntu-noble/Dockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packaging/ubuntu-noble/Dockerfile b/packaging/ubuntu-noble/Dockerfile @@ -18,7 +18,7 @@ RUN npm install -g node pnpm RUN pip install --break-system-packages sphinx_multiversion -# 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 gnunet-build.sh /root/ RUN chmod +x /root/gnunet-build.sh RUN /root/gnunet-build.sh master