fix: chatwoot_webpack failure due to missing git (#2878)
This commit is contained in:
parent
a27ccc5866
commit
8d6b3efa2e
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ RUN apk add --update --no-cache \
|
||||||
tzdata \
|
tzdata \
|
||||||
postgresql-client \
|
postgresql-client \
|
||||||
imagemagick \
|
imagemagick \
|
||||||
|
git \
|
||||||
&& gem install bundler
|
&& gem install bundler
|
||||||
|
|
||||||
RUN if [ "$RAILS_ENV" != "production" ]; then \
|
RUN if [ "$RAILS_ENV" != "production" ]; then \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue