taler-deployment

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

commit 06d3fc3f77e5a7743e52c21ff81c4bcfcc856842
parent ea065a3984baf58826c91b1c54b1283c0f729cea
Author: MS <ms@taler.net>
Date:   Thu, 27 Jul 2023 18:50:35 +0200

NLnet task 5.

'bookworm' in place of 'stable' didn't install
all the Debian packages, reverting to 'stable'.

Diffstat:
Mnlnet/task5/date-range/Dockerfile | 2+-
Mnlnet/task5/long-poll/Dockerfile | 2+-
Mnlnet/task5/performance/Dockerfile | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/nlnet/task5/date-range/Dockerfile b/nlnet/task5/date-range/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm +FROM debian:stable RUN apt-get update RUN apt-get install -y openjdk-17-jre git python3-pip curl jq sqlite3 postgresql python3-requests python3-click sudo diff --git a/nlnet/task5/long-poll/Dockerfile b/nlnet/task5/long-poll/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm +FROM debian:stable RUN apt-get update RUN apt-get install -y openjdk-17-jre git python3-pip curl jq sqlite3 postgresql python3-requests python3-click sudo libgnunet0.19 diff --git a/nlnet/task5/performance/Dockerfile b/nlnet/task5/performance/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm +FROM debian:stable RUN apt-get update RUN apt-get install -y \