Files
issue-bot/Dockerfile
Hein-Pieter van Braam-Stewart 400004f3f3 Initial commit
2021-01-24 23:35:56 +01:00

12 lines
237 B
Docker

FROM fedora:33
LABEL maintainer="Hein-Pieter van Braam-Stewart <hp@prehensile-tales.com>"
RUN dnf -y install python3-websocket-client python3-requests && \
dnf clean all
COPY bot.py /root/bot.py
WORKDIR /root
CMD /root/bot.py