Skip to content

Commit

Permalink
fix AI:Decisiontree (#248)
Browse files Browse the repository at this point in the history
graphviz was missing to install AI:Decisiontree from cpan
  • Loading branch information
sidey79 authored Jun 18, 2024
2 parents b6589a5 + d58e9e5 commit b4fbbce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile-bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUN <<EOF
LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get update
LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -qqy --no-install-recommends \
libusb-dev \
graphviz \
python3-dev
LC_ALL=C apt-get autoremove -qqy && LC_ALL=C apt-get clean
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* ~/.[^.] ~/.??* ~/*
Expand Down

0 comments on commit b4fbbce

Please sign in to comment.