Add prbot into container

This commit is contained in:
2025-06-04 14:54:32 +12:00
parent 915989c4d7
commit 737b07dfff

View File

@@ -2,4 +2,6 @@ FROM silkeh/clang:20
RUN apt update -y && apt install -y cppcheck
ADD runchecks.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
RUN wget https://github.com/imgurbot12/prbot/releases/download/v2/prbot-linux-amd64 -O /usr/local/bin/prbot && \
chmod +x /usr/local/bin/prbot
ENTRYPOINT ["/entrypoint.sh"]