gem install entfernt

This commit is contained in:
Michael Grote 2022-08-06 11:11:04 +02:00
parent 3503dcacd8
commit b8ee2e9ea2
1 changed files with 0 additions and 1 deletions

View File

@ -20,6 +20,5 @@ RUN apt-get update && \
openssh-client \
git \
&& apt-get clean && \
gem install --no-ri --no-rdoc fpm && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*