diff --git a/Dockerfile b/Dockerfile index f1e81bb8..45d18059 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apk add --update --no-cache tzdata && \ COPY .tool-versions Gemfile Gemfile.lock ./ RUN apk add --update --no-cache --virtual build-dependances \ - postgresql-dev build-base && \ + postgresql-dev build-base git && \ apk add --update --no-cache libpq yarn && \ bundle install --jobs=4 && \ rm -rf /usr/local/bundle/cache && \