diff options
author | Devan Carpenter <devan@taler.net> | 2024-06-11 18:14:34 -0400 |
---|---|---|
committer | Devan Carpenter <devan@taler.net> | 2024-06-11 18:14:34 -0400 |
commit | 3484297cc2f9ec1672738cbe9830e1c03f35f02c (patch) | |
tree | eb1f0fd068491b68e6ec71b074bf8af2f7f93edd | |
parent | 07600800675faa5192fd0384a6811514f6c826ae (diff) |
ci: add postgresql package to container
-rw-r--r-- | contrib/ci/Containerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile index a1235706..1f89b19e 100644 --- a/contrib/ci/Containerfile +++ b/contrib/ci/Containerfile @@ -14,6 +14,7 @@ RUN apt-get update -yqq && \ libtool \ recutils \ make \ + postgresql \ python3-pip \ python3-sphinx \ python3-sphinx-rtd-theme \ |