Skip to content

Commit

Permalink
version lock ffi to fix fpm installation (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayj89 committed Jun 4, 2020
1 parent 8a3535f commit a0b53af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN curl -L get.rvm.io | bash -s stable
ENV PATH /usr/local/rvm/gems/ruby-2.0.0-p598/bin:/usr/local/rvm/gems/ruby-2.0.0-p598@global/bin:/usr/local/rvm/rubies/ruby-2.0.0-p598/bin:/usr/local/rvm/bin:$PATH
ENV LC_ALL en_US.UTF-8
RUN rvm install 2.0.0-p598
RUN gem install childprocess:1.0.1 fpm:1.10.0 package_cloud:0.2.35
RUN gem install ffi:1.12.2 childprocess:1.0.1 fpm:1.10.0 package_cloud:0.2.35

# Wavefront software. This repo contains build scripts for the agent, to be run
# inside this container.
Expand Down

0 comments on commit a0b53af

Please sign in to comment.