summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-07-27 18:50:35 +0200
committerMS <ms@taler.net>2023-07-27 18:50:35 +0200
commit06d3fc3f77e5a7743e52c21ff81c4bcfcc856842 (patch)
tree0bc1e0e947f09d673f869b6fc297822de26a9f84
parentea065a3984baf58826c91b1c54b1283c0f729cea (diff)
downloaddeployment-06d3fc3f77e5a7743e52c21ff81c4bcfcc856842.tar.gz
deployment-06d3fc3f77e5a7743e52c21ff81c4bcfcc856842.tar.bz2
deployment-06d3fc3f77e5a7743e52c21ff81c4bcfcc856842.zip
NLnet task 5.
'bookworm' in place of 'stable' didn't install all the Debian packages, reverting to 'stable'.
-rw-r--r--nlnet/task5/date-range/Dockerfile2
-rw-r--r--nlnet/task5/long-poll/Dockerfile2
-rw-r--r--nlnet/task5/performance/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/nlnet/task5/date-range/Dockerfile b/nlnet/task5/date-range/Dockerfile
index 2c288a4..e3ebca5 100644
--- 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
index e0397be..713e47e 100644
--- 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
index 3861dad..4daeaf0 100644
--- 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 \