|
|
@ -46,6 +46,8 @@ build_docker: fetch_sotw |
|
|
|
cp deps/chowner.sh stage.tmp/
|
|
|
|
cp deps/chowner.sh stage.tmp/
|
|
|
|
cp deps/run_nethack.sh stage.tmp/
|
|
|
|
cp deps/run_nethack.sh stage.tmp/
|
|
|
|
cp deps/reclist.c stage.tmp/
|
|
|
|
cp deps/reclist.c stage.tmp/
|
|
|
|
|
|
|
|
wget -O stage.tmp/redis-server https://cryo.unixvoid.com/bin/redis/5.0.7/redis-server
|
|
|
|
|
|
|
|
chmod +x stage.tmp/redis-server
|
|
|
|
cd stage.tmp/ && \
|
|
|
|
cd stage.tmp/ && \
|
|
|
|
$(OS_PERMS) docker build -t $(IMAGE_NAME) .
|
|
|
|
$(OS_PERMS) docker build -t $(IMAGE_NAME) .
|
|
|
|
|
|
|
|
|
|
|
|