From 3618fbf3efdf6faa7320a2bbb26d86f0b7a903d0 Mon Sep 17 00:00:00 2001 From: Griatch Date: Fri, 1 Mar 2019 16:17:33 +0100 Subject: [PATCH] Add gettxt to Docker image to support i18n devevelopment. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 961d3ad8ed..94f6ce6767 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/