diff --git a/Dockerfile b/Dockerfile index 9e09acf..b2a03f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,9 @@ RUN apt-get update && apt-get -y install jq curl wget coreutils locales RUN mkdir -p /dirkjan-bot/data /usr/bin RUN chmod +rwx /dirkjan-bot/data -RUN locale-gen nl_NL.UTF-8 +RUN sed -i 's/^# nl_NL.UTF-8 UTF-8$/nl_NL.UTF-8 UTF-8/' /etc/locale.gen + +RUN locale-gen ADD ./dirkjan-bot /dirkjan-bot/dirkjan-bot