Skip to content

Commit 091629e

Browse files
authored
Add cs2pr to our Dockerfile (phase 1) (#1547)
1 parent 5277d5f commit 091629e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ RUN apt install lsb-release ca-certificates curl wget unzip gnupg apt-transport-
1010
# Unlimited memory
1111
RUN echo "memory_limit = -1" >>/etc/php/8.3/cli/conf.d/docker-php-memlimit.ini
1212
RUN echo "memory_limit = -1" >>/etc/php/8.3/fpm/conf.d/docker-php-memlimit.ini
13+
14+
# Add cs2pr binary using wget
15+
RUN wget https://raw.githubusercontent.com/staabm/annotate-pull-request-from-checkstyle/refs/heads/master/cs2pr -O /usr/local/bin/cs2pr
16+
RUN chmod +x /usr/local/bin/cs2pr

0 commit comments

Comments
 (0)