diff --git a/docker/test/style/Dockerfile b/docker/test/style/Dockerfile index f97087a782a..e70f9e05679 100644 --- a/docker/test/style/Dockerfile +++ b/docker/test/style/Dockerfile @@ -1,7 +1,14 @@ # docker build -t yandex/clickhouse-style-test . FROM ubuntu:20.04 -RUN apt-get update && env DEBIAN_FRONTEND=noninteractive apt-get install --yes shellcheck libxml2-utils git python3-pip pylint yamllint && pip3 install codespell +RUN apt-get update && env DEBIAN_FRONTEND=noninteractive apt-get install --yes \ + shellcheck \ + libxml2-utils \ + git \ + python3-pip \ + pylint \ + yamllint \ + && pip3 install codespell # For |& syntax