Skip to content

Commit

Permalink
Merge pull request gauntlt#9 from anleo6/dockerfile-fix
Browse files Browse the repository at this point in the history
Dockerfile: use rake gem
  • Loading branch information
karthequian authored Mar 9, 2019
2 parents 2354c60 + 709f484 commit c200251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*

# Install Gauntlt
RUN gem install rake
RUN gem install ffi -v 1.9.18
RUN gem install gauntlt --no-rdoc --no-ri

Expand Down

0 comments on commit c200251

Please sign in to comment.