[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: -cachebreaker comment
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: -cachebreaker comment |
Date: |
Sat, 09 Sep 2023 15:46:32 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new e83aec4 -cachebreaker comment
e83aec4 is described below
commit e83aec451d87e84414bfea6e91a5e23bfdea07eb
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Sep 9 15:46:28 2023 +0200
-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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: -cachebreaker comment,
gnunet <=