Skip to content

Commit

Permalink
old ruby does not know option
Browse files Browse the repository at this point in the history
  • Loading branch information
nxadm committed Apr 30, 2018
1 parent 8230d5f commit bc77fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-ubuntu-amd64-14.04
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apt-get -qq update && \
apt-get -qq dist-upgrade -y && \
# Packages for compiling and pkg creation
apt-get -qq install -y ${pkgs} ${pkgs_tmp} && \
gem install --no-doc --no-ri fpm && \
gem install fpm && \
# Cleanup
apt-get remove -y --purge ${pkgs_tmp} && \
apt-get -qq autoremove -y && apt-get -qq clean && \
Expand Down

0 comments on commit bc77fca

Please sign in to comment.