diff --git a/Dockerfile b/Dockerfile index edfeff5..aab4519 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # NAME leenooks/mysticbbs # VERSION 1.12a39-x86_64 -FROM debian:jessie-slim +FROM debian:stretch-slim MAINTAINER Deon George diff --git a/README.md b/README.md index 545578a..098954e 100644 --- a/README.md +++ b/README.md @@ -64,4 +64,4 @@ You can also run this in a swarm (I do)! ---- ## Extras Container -There is an "extras" container with some additional MysticBBS mods pre-installed. You'll find info on that in the [x86_64-extras](https://dev.leenooks.net/leenooks/mysticbbs/blob/x86_64-extras/README.md) branch. +There is an "extras" container with some additional MysticBBS mods pre-installed. You'll find info on that in the [x86_64-extras](https://dev.leenooks.net/leenooks/mysticbbs/blob/x86_64-extras/README.md#info-on-the-images) branch. diff --git a/cleaninstall/cleaninstall.sh b/cleaninstall/cleaninstall.sh index 440424e..4c34a6c 100755 --- a/cleaninstall/cleaninstall.sh +++ b/cleaninstall/cleaninstall.sh @@ -8,14 +8,14 @@ SPELL_SOURCE=${1:-mystic_spellcheck_v2.zip} [ "$1" ] && shift CLEAN_INSTALL_DIR=x -INSTALL_CONTAINER=debian:jessie-slim +INSTALL_CONTAINER=debian:stretch-slim TARGET_DIR=mystic PATCH_FILE=mystic.112a39.patch [ $(id -u) -ne 0 ] && echo "ERROR: You need to run me as root." && exit 1 if [ -d ${TARGET_DIR} ]; then - echo "! Skipping installation [$TARGET_DIR} already exists" + echo "! Skipping installation [${TARGET_DIR}] already exists" else # 1) Download Mystic App @@ -74,5 +74,5 @@ echo "Zipping up data dir..." tar czf mystic/data.tar.gz data/ # That dir is now ready for the image -tar czf mystic.tar.gz mystic +tar czf ../mystic.tar.gz mystic echo "OK mystic.tar.gz can be moved to your docker build" diff --git a/libcl.so.3.4.3 b/libcl.so.3.4.3 index 319cfd2..c1697dc 100644 Binary files a/libcl.so.3.4.3 and b/libcl.so.3.4.3 differ