Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
borsboom committed Jul 5, 2015
1 parent 768e8a1 commit dafc5bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/release/templates/deb/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ RUN apt-get update
RUN apt-get install -y stack

# RUBY & FPM
RUN apt-get install -y ruby-dev libffi-dev make build-essential rubygems
RUN apt-get install -y ruby-dev libffi-dev make build-essential
RUN apt-get install -y rubygems || true
RUN gem install fpm

# RUN ENVIRONMENT
Expand Down

0 comments on commit dafc5bb

Please sign in to comment.