Skip to content

Commit

Permalink
feat: add graphviz to base image
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar committed Jun 24, 2019
1 parent d93cf58 commit acab9d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,18 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \
curl \
git \
gnupg \
graphviz \
less \
libsm6 \
libxext-dev \
libxrender1 \
lmodern \
musl-dev \
nano \
netcat \
python-dev \
unzip \
vim \
musl-dev \
less \
&& apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit acab9d7

Please sign in to comment.