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:
parent
12d03e20fb
commit
113483cc53
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user