mirror of
https://github.com/evennia/evennia.git
synced 2025-10-29 19:35:56 +00:00
Add gettxt to Docker image to support i18n devevelopment.
This commit is contained in:
parent
09fbabc978
commit
3618fbf3ef
@ -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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user