Change maintainer to be more generic

This commit is contained in:
Griatch 2017-10-20 23:28:59 +02:00
parent 329bb28d9e
commit 4a282b859e

View File

@ -21,6 +21,8 @@
#
FROM alpine
MAINTAINER www.evennia.com
# install compilation environment
RUN apk update && apk add python py-pip python-dev py-setuptools gcc musl-dev jpeg-dev zlib-dev bash