Skip to content

Commit

Permalink
add ruby-dev package
Browse files Browse the repository at this point in the history
  • Loading branch information
doerfli committed Jul 4, 2024
1 parent 31253e5 commit ef1694f
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 @@ -12,7 +12,7 @@ ADD .ruby-version $HOME/
ADD Gemfile* $HOME/

RUN apk update && apk upgrade && \
apk add --update --no-cache nodejs yarn build-base libxml2-dev tzdata postgresql-dev vips libffi-dev && \
apk add --update --no-cache nodejs yarn build-base libxml2-dev tzdata postgresql-dev vips libffi-dev ruby-dev && \
rm -rf /var/cache/apk/*

# # speed up install of nokogiri gem
Expand Down

0 comments on commit ef1694f

Please sign in to comment.