Skip to content

Commit

Permalink
(bug) postgres client isnt added docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
gnepud committed Feb 2, 2024
1 parent 12d03e2 commit 113483c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 113483c

Please sign in to comment.