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