You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
372 B
Docker

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