mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-04 21:02:35 +08:00
fix: chatwoot_webpack failure due to missing git (#2878)
This commit is contained in:
parent
a27ccc5866
commit
8d6b3efa2e
@ -80,6 +80,7 @@ RUN apk add --update --no-cache \
|
||||
tzdata \
|
||||
postgresql-client \
|
||||
imagemagick \
|
||||
git \
|
||||
&& gem install bundler
|
||||
|
||||
RUN if [ "$RAILS_ENV" != "production" ]; then \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user