We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5277d5f commit 091629eCopy full SHA for 091629e
ci/Dockerfile
@@ -10,3 +10,7 @@ RUN apt install lsb-release ca-certificates curl wget unzip gnupg apt-transport-
10
# Unlimited memory
11
RUN echo "memory_limit = -1" >>/etc/php/8.3/cli/conf.d/docker-php-memlimit.ini
12
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