Skip to content
Snippets Groups Projects
Commit 7d5086fe authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Add graphviz to the Docker image

parent e368ad86
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment