From 7d5086fea32c42977d38f548d01036b7f6236f24 Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Thu, 1 Sep 2022 16:41:37 -0400 Subject: [PATCH] Add graphviz to the Docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 22b2cd85..36c42956 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV PYTHONUNBUFFERED=1 WORKDIR /steering COPY requirements.txt . -RUN apt-get update && apt-get install -y libmagic1 curl +RUN apt-get update && apt-get install -y libmagic1 curl graphviz RUN pip install --upgrade pip RUN pip install --no-cache-dir -r requirements.txt -- GitLab