From 40e3048f6185bb8f3f50bd9fe7275cf514b03b16 Mon Sep 17 00:00:00 2001 From: Nikita Titov Date: Sat, 4 May 2019 21:02:16 +0300 Subject: [PATCH] [ci] removed graphviz from docker (#2142) --- .ci/dockers/ubuntu-14.04/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/.ci/dockers/ubuntu-14.04/Dockerfile b/.ci/dockers/ubuntu-14.04/Dockerfile index eaf9a13e1efe..fe6527b1d17d 100644 --- a/.ci/dockers/ubuntu-14.04/Dockerfile +++ b/.ci/dockers/ubuntu-14.04/Dockerfile @@ -9,7 +9,6 @@ RUN apt-get update \ unzip \ wget \ zip \ - graphviz \ && rm -rf /var/lib/apt/lists/* # Setup the locale