Merge pull request 'feature-42-fix-unicode' (#35) from feature-42 into develop
All checks were successful
/ build-docker (push) Successful in 14m15s
All checks were successful
/ build-docker (push) Successful in 14m15s
Reviewed-on: #35
This commit is contained in:
commit
6e9de1b3b8
@ -54,6 +54,12 @@ RUN mkdir -p ${DATA_PATH}/FancyNpcs/logs && \
|
|||||||
ln -sf ${DATA_PATH}/FancyNpcs/logs/ \
|
ln -sf ${DATA_PATH}/FancyNpcs/logs/ \
|
||||||
${CONFIG_PATH}/plugins/FancyNpcs/logs
|
${CONFIG_PATH}/plugins/FancyNpcs/logs
|
||||||
|
|
||||||
|
# Generate unicode locale so that cyrillic characters display properly
|
||||||
|
RUN apt-get update -y && apt-get install -y locales && \
|
||||||
|
echo en_US.UTF-8 UTF-8 > /etc/locale.gen && \
|
||||||
|
dpkg-reconfigure --frontend=noninteractive locales
|
||||||
|
ENV LANG en_US.UTF-8
|
||||||
|
|
||||||
|
|
||||||
VOLUME ${DATA_PATH}
|
VOLUME ${DATA_PATH}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user