FROM debian:sid 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 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 RUN ln -s /dirkjan-bot/dirkjan-bot /usr/bin/ CMD /dirkjan-bot/dirkjan-bot