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 \