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.

15 lines
314 B
Docker

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