Repository: yetus Updated Branches: refs/heads/master 8cf07f20f -> 2db6e7a1a
HADOOP-12298. Move recent yetus docker changes to the yetus dockerfile (aw) Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/91e48da4 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/91e48da4 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/91e48da4 Branch: refs/heads/master Commit: 91e48da4a7ecbea651008ef15df370d3d66fb7c2 Parents: 5af528a Author: Allen Wittenauer <[email protected]> Authored: Thu Jul 30 14:42:27 2015 -0700 Committer: Allen Wittenauer <[email protected]> Committed: Thu Jul 30 14:42:27 2015 -0700 ---------------------------------------------------------------------- dev-support/test-patch-docker/Dockerfile-startstub | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/91e48da4/dev-support/test-patch-docker/Dockerfile-startstub ---------------------------------------------------------------------- diff --git a/dev-support/test-patch-docker/Dockerfile-startstub b/dev-support/test-patch-docker/Dockerfile-startstub index e534f14..5e5ca78 100644 --- a/dev-support/test-patch-docker/Dockerfile-startstub +++ b/dev-support/test-patch-docker/Dockerfile-startstub @@ -32,7 +32,8 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ libjansson-dev \ fuse libfuse-dev \ libcurl4-openssl-dev \ - python python2.7 \ + python python2.7 pylint \ + ruby \ openjdk-7-jdk # Fixing the Apache commons / Maven dependency problem under Ubuntu: @@ -71,6 +72,11 @@ ENV FINDBUGS_HOME /opt/findbugs RUN apt-get install -y cabal-install RUN cabal update && cabal install shellcheck --global +#### +# Install rubocop +### +RUN gem install rubocop + ##### # Install JIRA CLI #####
