UNCLASSIFIED

Commit e978cc1c authored by Michael Desantis's avatar Michael Desantis
Browse files

fix issue in dockerfile

parent 20e2d653
Pipeline #281324 passed with stages
in 10 minutes and 20 seconds
......@@ -33,7 +33,6 @@ RUN cd /root/tmp && \
### Install ruby dependencies and update rdoc
RUN cd /root/tmp && \
gem install --force --local /root/tmp/dependencies/bundle-audit/*.gem --no-document --no-rdoc --no-ri && \
gem install rdoc && \
gem cleanup
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment