Skip to content

Commit

Permalink
add git into the container
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-gracia committed Sep 26, 2023
1 parent f84cc18 commit f9a964f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit f9a964f

Please sign in to comment.