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 +``` +