From 5edf9d6eac31aec1355b518f2f30246d86bb0185 Mon Sep 17 00:00:00 2001 From: Deon George Date: Thu, 30 Aug 2018 16:51:18 +1000 Subject: [PATCH] Added MakeNL 3.4.6 --- Dockerfile | 5 +++++ README.md | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 96cdfde..d3d6f14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,11 @@ FROM registry.leenooks.net/leenooks/mysticbbs:1.12a39-armv7l +# Makenl 3.4.6 +RUN apt-get update \ + && apt-get install --no-install-recommends --allow-unauthenticated -yqq makenl \ + && rm -rf /var/lib/apt/lists/* /tmp/* #1 + ## Add Mystic Mods # Game DBLup - Double-Up! v1.0 RUN SOURCE_URL=https://chinwag.leenooks.net/mods && FILE=DBLUP10.ZIP && \ diff --git a/README.md b/README.md index ea1b019..a4fc83d 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,9 @@ This image is based on the above image, with the follow additional games/tools i | Category | Name | Description | Notes | | :- | :- | :- | :- | | Game | Double Up | Double Up! for Mystic V1.0 by Darryl Perry | No special action required - refer to doc in /mystic/docs for execution. | -| Game | Galactic Dynasty | Galactic Dynasty, a game like Barren Realms Elite | You'll need to copy `/mystic/docs/doors/galacticdynasty` to somewhere on `/mystic/data` so that your game data is preserved between container re-deployments. Modify `start.sh` to suite your needs - refer to doc in /mystic/docs for execution. -| Utility | BLAM | BBS List Admin Manager for Mystic v2.0 by Darryl Perry | If you create an `ini` file, ensure it is stored somewhere in `/mystic/data` - refer to doc in /mystic/docs for execution. | +| Game | Galactic Dynasty | Galactic Dynasty, a game like Barren Realms Elite | You'll need to copy `/mystic/docs/doors/galacticdynasty` to somewhere on `/mystic/data` so that your game data is preserved between container re-deployments. Modify `start.sh` to suite your needs - refer to doc in /mystic/docs for execution. | +| Utility | BLAM | BBS List Admin Manager for Mystic v2.0 by Darryl Perry | Refer to doc in /mystic/docs for execution. | +| Utility | MakeNL | Nodelist Management | Refer to the docs in `/usr/share/makenl` | + +**NOTE:** Remember, for anything to persist in the docker container, those files needs to be stored somewhere under `/mystic/data`