summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-09 15:46:28 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-09 15:46:28 +0200
commite83aec451d87e84414bfea6e91a5e23bfdea07eb (patch)
tree3f60b3503a145ffcdfa345357a62a3e82f1925e0
parent9dba70f65252ea636af27bfcaed88e388ca11a4e (diff)
downloaddeployment-e83aec451d87e84414bfea6e91a5e23bfdea07eb.tar.gz
deployment-e83aec451d87e84414bfea6e91a5e23bfdea07eb.tar.bz2
deployment-e83aec451d87e84414bfea6e91a5e23bfdea07eb.zip
-cachebreaker comment
-rw-r--r--packaging/debian-docker/Dockerfile6
-rw-r--r--packaging/ubuntu-docker/Dockerfile2
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