|
|
|
@ -58,8 +58,8 @@ build_docker: fetch_sotw
|
|
|
|
|
|
|
|
|
|
fetch_sotw: |
|
|
|
|
mkdir -p stage.tmp/
|
|
|
|
|
wget https://cryo.unixvoid.com/bin/misc/sotw/shadow-of-the-wyrm-release-1.1.7.tar.gz
|
|
|
|
|
mv shadow-of-the-wyrm-release-1.1.7.tar.gz stage.tmp/sotw.tar.gz
|
|
|
|
|
wget https://cryo.unixvoid.com/bin/misc/sotw/shadow-of-the-wyrm-release-1.2.2.tar.gz
|
|
|
|
|
mv shadow-of-the-wyrm-release-1.2.2.tar.gz stage.tmp/sotw.tar.gz
|
|
|
|
|
|
|
|
|
|
run_docker: |
|
|
|
|
$(OS_PERMS) docker run \
|
|
|
|
|