Add gettxt to Docker image to support i18n devevelopment.

This commit is contained in:
Griatch 2019-03-01 16:17:33 +01:00
parent d5bf8a2032
commit 5c3d30b5d6

View file

@ -33,7 +33,7 @@ LABEL maintainer="www.evennia.com"
# install compilation environment
RUN apk update && apk add bash gcc jpeg-dev musl-dev procps py-pip \
py-setuptools py2-openssl python python-dev zlib-dev
py-setuptools py2-openssl python python-dev zlib-dev gettext
# add the files required for pip installation
COPY ./setup.py /usr/src/evennia/