Added MakeNL 3.4.6

This commit is contained in:
Deon George 2018-08-30 16:51:18 +10:00
parent c0641ce603
commit 5edf9d6eac
2 changed files with 10 additions and 2 deletions

View File

@ -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 && \

View File

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