1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-28 09:24:24 +01:00

(bug) postgres client isnt added docker image

This commit is contained in:
Du Peng 2024-02-02 17:28:55 +01:00
parent 12d03e20fb
commit 113483cc53
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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