sync

Backup service to store encrypted wallet databases (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 555db305bdd2ab610e3bb65d1860c4b2ae137d18
parent 0611b2730ad5b81625cf57b1cacd9af550fd21cb
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 18 Feb 2024 16:53:10 +0100

add postgresql+sudo

Diffstat:
Mcontrib/ci/Containerfile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile @@ -73,6 +73,8 @@ RUN cat /etc/apt/preferences.d/taler && \ RUN apt-get update -yqq && \ apt-get install -yqq \ + postgresql \ + sudo \ jq WORKDIR /workdir