Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add postgres client for db ready check
  • Loading branch information
thespad committed Feb 8, 2024
commit b7ff15fc84ffe8fa5803783070b2e0714b1df83c
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN \
php82-pecl-redis \
php82-tokenizer \
php82-xmlreader \
postgresql15-client \
ssmtp && \
apk add --no-cache --virtual=build-dependencies \
npm && \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN \
php82-pecl-redis \
php82-tokenizer \
php82-xmlreader \
postgresql15-client \
ssmtp && \
apk add --no-cache --virtual=build-dependencies \
npm && \
Expand Down