Skip to content

Commit a6a7a32

Browse files
bcardiffRX14
authored andcommitted
Replace --no-ri --no-rdoc with --no-document (#27)
Rubygems 3 is out and shipped in ruby:2.4/2.5 docker images by default.
1 parent 8ba21a8 commit a6a7a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/Dockerfile-fpm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ RUN apt-get update \
66
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
77

88
ENV PATH="/usr/local/bundle/bin/:${PATH}"
9-
RUN gem install --no-ri --no-rdoc fpm -v 1.10.2
9+
RUN gem install --no-document fpm -v 1.10.2

0 commit comments

Comments
 (0)