Add mindmaster for mindmap

This commit is contained in:
Kreyren 2020-01-31 05:55:23 +00:00
parent b2ea48bf1d
commit e6c096952e

@ -12,6 +12,10 @@ RUN apt dist-upgrade -y
# Install linting dependencies
RUN apt install -y shellcheck firefox tree xclip
# Install mindmap dependencies
RUN wget https://www.edrawsoft.com/archives/mindmaster-7-amd64.deb -O /tmp/mindmaster.deb
RUN apt install -y /tmp/mindmaster.deb
# Add custom functions
RUN if ! grep -qF 'ix()' /etc/bash.bashrc; then printf '%s\n' \
'# Custom' \