Update to stretch

This commit is contained in:
Deon George
2018-08-27 20:37:42 +10:00
parent 1769f92719
commit bdf690fd89
4 changed files with 5 additions and 5 deletions

View File

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