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