From e6c096952e517f72adcc51dc6f9e9b0dce5e7336 Mon Sep 17 00:00:00 2001 From: Kreyren Date: Fri, 31 Jan 2020 05:55:23 +0000 Subject: [PATCH] Add mindmaster for mindmap --- gitpod/gitpod.Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitpod/gitpod.Dockerfile b/gitpod/gitpod.Dockerfile index 93f36d2..6c4ef48 100644 --- a/gitpod/gitpod.Dockerfile +++ b/gitpod/gitpod.Dockerfile @@ -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' \