From 113483cc535392ffe356d828a2f021cfe759c827 Mon Sep 17 00:00:00 2001 From: Du Peng Date: Fri, 2 Feb 2024 17:28:55 +0100 Subject: [PATCH] (bug) postgres client isnt added docker image --- CHANGELOG.md | 2 ++ Dockerfile | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 435445e10..8690fff9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,9 @@ ## Next release - Fix a bug: if there is a reservation with a deleted user, it is not possible to delete the event +- Fix a bug: postgres client isnt added docker image - Support for SAML in Single-Sign-On authentication providers +- updates translations ## v6.3.10 2024 January 19 diff --git a/Dockerfile b/Dockerfile index 8814d8d78..a64e8a308 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ MAINTAINER contact@sleede.com # First we need to be able to fetch from https repositories RUN apt-get update && \ apt-get install -y apt-transport-https \ + postgresql-client \ ca-certificates apt-utils supervisor locales RUN locale-gen C.UTF-8