Skip to content

Commit

Permalink
for future releases: docker improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed Apr 24, 2016
1 parent 643a5c8 commit 9bdf82b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion release/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
FROM benlubar/dwarffortress:dfhack-0.42.06-r1

RUN curl -ksSL https://github.com/BenLubar/df-ai/releases/download/${DFHACK_VERSION}/df-ai-${DFHACK_VERSION}-linux.tar.gz | tar -xzv && mv df-ai.plug.so hack/plugins/
RUN curl -ksSL https://github.com/BenLubar/df-ai/releases/download/${DFHACK_VERSION}/df-ai-${DFHACK_VERSION}-linux.tar.gz | tar -xzv \
&& mv df-ai.plug.so hack/plugins/ \
&& echo "enable df-ai" > /df_linux/dfhack.init \
&& mkdir -p /df_linux/dfhack-config \
&& echo "{\"hide\": true}" > /df_linux/dfhack-config/prerelease-warning.json

0 comments on commit 9bdf82b

Please sign in to comment.