From 8d6b3efa2e042f3bdad58c2a0d7db9bcc0c41c9c Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Wed, 25 Aug 2021 14:51:35 +0530 Subject: [PATCH] fix: chatwoot_webpack failure due to missing git (#2878) --- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index 83aa159ca..7b595a111 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -80,6 +80,7 @@ RUN apk add --update --no-cache \ tzdata \ postgresql-client \ imagemagick \ + git \ && gem install bundler RUN if [ "$RAILS_ENV" != "production" ]; then \