From 76eb8fc31c2956c66416cb15c09100231d96a0fb Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Wed, 29 Jan 2020 13:17:25 -0600 Subject: [PATCH] adding gem --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e7624035..2d1f6ff7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,7 +64,7 @@ RUN npm -g --no-cache install \ #################### # Run GEM installs # #################### -RUN gem install rubocop rubocop-rails +RUN gem install rubocop rubocop-rails rubocop-github ###################### # Install shellcheck #