Skip to content

Commit edcdff5

Browse files
authored
Update Dockerfile
adding graphviz
1 parent a3ea795 commit edcdff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN adduser --disabled-password \
1515

1616
USER root
1717
# install python3 and jupyter
18-
RUN apt-get update && apt-get install -y --no-install-recommends software-properties-common curl
18+
RUN apt-get update && apt-get install -y --no-install-recommends software-properties-common curl graphviz
1919

2020
RUN add-apt-repository ppa:deadsnakes/ppa && \
2121
apt-get update && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)