Files
issue-bot/Dockerfile
Aaron Franke 123043bea0 Run scripts
2021-02-24 00:36:32 -05:00

12 lines
234 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