Add prbot into container
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user