fix && forgotten
This commit is contained in:
parent
0f8dc20fc3
commit
807d88c029
@ -12,7 +12,7 @@ RUN apk --no-cache upgrade && \
|
||||
ruby-dev && \
|
||||
echo 'gem: --no-document' > /etc/gemrc && \
|
||||
gem install json foodcritic --no-rdoc --no-ri && \
|
||||
gem cleanup \
|
||||
gem cleanup && \
|
||||
apk del build-dependencies && \
|
||||
rm -rf /usr/lib/ruby/gems/*/cache/* \
|
||||
/var/cache/apk/* \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user