Skip to content

Commit

Permalink
Fix native gem build
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Dec 3, 2024
1 parent 71e92b7 commit 37e1849
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ ADD Gemfile.lock .
RUN bundle config --global silence_root_warning 1
RUN bundle install

# Why ?
RUN cd /var/lib/gems/3.2.0/bundler/gems/overpass_parser-rb-0937495e2eba/ext/overpass_parser/ && \
make

ADD *.rb ./
ADD datasources datasources

Expand Down

0 comments on commit 37e1849

Please sign in to comment.