HBASE-20689 Docker fails to install rubocop for precommit
Signed-off-by: Mike Drob <mdrob@apache.org> Signed-off-by: Josh Elser <elserj@apache.org>
This commit is contained in:
parent
1413522f6f
commit
b002b0b8b0
|
@ -27,7 +27,11 @@ RUN apt-get -q update && apt-get -q install --no-install-recommends -y \
|
||||||
pylint \
|
pylint \
|
||||||
python-dateutil \
|
python-dateutil \
|
||||||
rsync \
|
rsync \
|
||||||
|
make \
|
||||||
|
gcc \
|
||||||
|
libc6-dev \
|
||||||
ruby \
|
ruby \
|
||||||
|
ruby-dev \
|
||||||
shellcheck \
|
shellcheck \
|
||||||
wget \
|
wget \
|
||||||
&& \
|
&& \
|
||||||
|
|
Loading…
Reference in New Issue