Skip to content

Commit

Permalink
patch docker graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
austinorr committed Jan 4, 2022
1 parent 7523de9 commit e47dbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nereid/Dockerfile.multi
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN mkdir /serve && \

FROM python:3.8.6-slim-buster as core-runtime
RUN apt-get update -y \
&& apt-get install -y --no-install-recommends graphviz=2.40.1-6 \
&& apt-get install -y --no-install-recommends graphviz \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /nereid
ENV PYTHONPATH=/nereid
Expand Down

0 comments on commit e47dbef

Please sign in to comment.