From e978cc1c42ec6d5873981ac387f6abc66f01bba4 Mon Sep 17 00:00:00 2001 From: Michael Desantis Date: Thu, 27 May 2021 17:26:29 +0000 Subject: [PATCH] fix issue in dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 10a3667..38292ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -- GitLab