Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Commit

Permalink
Install graphviz and drop python
Browse files Browse the repository at this point in the history
  • Loading branch information
sormuras authored Sep 6, 2019
1 parent 43c75fb commit 00c6c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
ENV SDKMAN_DIR=/root/.sdkman

RUN apt-get update \
&& apt-get install -y --no-install-recommends curl zip unzip git python openssl ca-certificates locales \
&& apt-get install -y --no-install-recommends curl zip unzip git graphviz openssl ca-certificates locales \
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
&& locale-gen en_US.UTF-8 \
&& rm -rf /var/lib/apt/lists/* \
Expand Down

0 comments on commit 00c6c93

Please sign in to comment.