From e83aec451d87e84414bfea6e91a5e23bfdea07eb Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 9 Sep 2023 15:46:28 +0200 Subject: -cachebreaker comment --- packaging/debian-docker/Dockerfile | 6 +++--- packaging/ubuntu-docker/Dockerfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packaging/debian-docker/Dockerfile b/packaging/debian-docker/Dockerfile index 73b9695..f463bad 100644 --- 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 index 5b68783..d2e4ebf 100644 --- 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 -- cgit v1.2.3