Updated dockerfile to clean alpine image and add python + required libs to make work again. Fixed requirements.txt to fixed twisted version

This commit is contained in:
geoffrey stoel 2017-10-05 00:27:21 +02:00
parent 4b9db9570c
commit f845b3c8af
2 changed files with 12 additions and 7 deletions

View file

@ -1,7 +1,7 @@
# Evennia dependencies, for Linux/Mac platforms
django > 1.10, < 2.0
twisted >= 16.0.0
twisted == 16.0.0
mock >= 1.0.1
pillow == 2.9.0
pytz