deprecated Optionen entfernt:

root@irantu:~# gem install  --no-rdoc fpm
ERROR:  While executing gem ... (Gem::OptionParser::InvalidOption)
    invalid option: --no-rdoc
This commit is contained in:
Michael Grote 2022-09-05 13:17:19 +02:00
parent f5dddeb666
commit 457be19f58
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ RUN apt-get update && \
rpm \
gawk \
&& apt-get clean && \
gem install --no-ri --no-rdoc fpm && \
gem install fpm && \
rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*