taler-deployment

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

commit e83aec451d87e84414bfea6e91a5e23bfdea07eb
parent 9dba70f65252ea636af27bfcaed88e388ca11a4e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  9 Sep 2023 15:46:28 +0200

-cachebreaker comment

Diffstat:
Mpackaging/debian-docker/Dockerfile | 6+++---
Mpackaging/ubuntu-docker/Dockerfile | 2+-
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/packaging/debian-docker/Dockerfile b/packaging/debian-docker/Dockerfile @@ -15,14 +15,14 @@ RUN apt-get -y install build-essential zip jq python3 python3-pip autoconf autom # For libeufin: RUN apt-get -y install openjdk-17-jdk # For wallet-core -RUN npm install -g pnpm node - -# ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache +RUN npm install -g node pnpm 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 + COPY gnunet-build.sh /root/ RUN chmod +x /root/gnunet-build.sh RUN /root/gnunet-build.sh master diff --git a/packaging/ubuntu-docker/Dockerfile b/packaging/ubuntu-docker/Dockerfile @@ -16,7 +16,7 @@ RUN apt-get -y install build-essential zip jq python3 python3-pip nodejs npm aut # For libeufin: RUN apt-get -y install openjdk-17-jdk # For wallet-core: -RUN npm install -g pnpm node +RUN npm install -g node pnpm RUN apt-get update RUN apt-get -y upgrade