Skip to content

Commit d8d8fff

Browse files
committed
Fix gem build
1 parent 6b441b2 commit d8d8fff

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ WORKDIR /srv/app
1313
ADD Gemfile Gemfile.lock ./
1414
RUN bundle config --global silence_root_warning 1
1515
RUN bundle install
16-
RUN cd /usr/local/bundle/bundler/gems/overpass_parser-rb-*/ext/overpass_parser/ && make
1716

1817
ADD . ./
1918

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/teritorio/overpass_parser-rb.git
3-
revision: 7f650fa15c62812cf9f63d1e4c8aea55f1b40a31
3+
revision: f9fd7c5dcfed4f9a458476ada02da9bcc400ffd8
44
specs:
55
overpass_parser (1.0.0)
66
rice (~> 4.0)

0 commit comments

Comments
 (0)