From b5cbb41e58e8ccac9ff53acc7fa0cb77497e7277 Mon Sep 17 00:00:00 2001 From: MagicBot Date: Mon, 2 May 2022 22:18:10 +0000 Subject: [PATCH] Update 'Magicbane out of the Box' --- Magicbane-out-of-the-Box.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Magicbane-out-of-the-Box.md b/Magicbane-out-of-the-Box.md index 3a65d79..b295a01 100644 --- a/Magicbane-out-of-the-Box.md +++ b/Magicbane-out-of-the-Box.md @@ -16,3 +16,10 @@ Copy Magicbane out of the container `docker cp CONTAINERID:/home/mbbox/magicbane /home/YOURDIRHERE/` +Install middleware + +```console +RUN apt-get update && apt-get -y install --no-install-recommends \ +mysql-server sudo lsof git openssh-client locales locales-all && apt-get clean +``` +