Commit graph

12 commits

Author SHA1 Message Date
Aris (Karim) Merchant
4eb765f155 Add procps dependency to Dockerfile
Certain evennia commands, such as the server command, rely upon
ps to run correctly. Unfortunately, alpine uses the BusyBox ps command,
which is somewhat idiosyncratic in its option handling. Adding
the procps dependency installs a more standard ps command, allowing
server maintenance commands to work correctly. This fixes #1635.

For further background, see gliderlabs/docker-alpine#173.
2018-07-23 17:16:40 -07:00
Griatch
e3766762ee Fix dockerfile dependency. Resolve #1510. 2017-11-11 01:02:05 +01:00
Griatch
4a282b859e Change maintainer to be more generic 2017-10-20 23:28:59 +02:00
Griatch
329bb28d9e Some more docs 2017-10-20 23:10:08 +02:00
Griatch
1729611529 Add custom prompt for docker container 2017-10-20 00:45:19 +02:00
Griatch
6871567d78 Made alternative docker image style 2017-10-20 00:25:33 +02:00
geoffrey stoel
f845b3c8af Updated dockerfile to clean alpine image and add python + required libs to make work again. Fixed requirements.txt to fixed twisted version 2017-10-05 00:27:21 +02:00
Griatch
8cad0dc02e Change default ports and add clearer default to gamedir template, as per #1365. 2017-07-21 13:40:48 +02:00
Dan Feeney
770b8f16ab added comment containing an explanation of the Dockerfile's purpose, including a link to the wiki page with detailed usage instructions 2017-01-24 22:31:11 +01:00
Dan Feeney
35ae6d82c3 added comments to dockerfiles 2017-01-24 22:31:11 +01:00
Dan Feeney
84ec9f15a2 added docker-compose.yml to the game_template directory 2017-01-24 22:31:11 +01:00
Dan Feeney
f5f61ea5ba added initial dockerfiles to the top level folder and game_template directories 2017-01-24 22:31:11 +01:00