Skip to content

Commit 7a5bb2a

Browse files
committed
bugfix: remove trailing backslash to avoid appending the upcoming RUN command to the rm command
Signed-off-by: Maximilian Bösing <[email protected]>
1 parent 907ce3c commit 7a5bb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ RUN cd /tools \
285285
&& composer install \
286286
--classmap-authoritative \
287287
# Cleanup composer files from external tools folder
288-
&& rm /tools/composer.* \
288+
&& rm /tools/composer.*
289289

290290
# Copy staabm/annotate-pull-request-from-checkstyle to external-tools stage
291291
RUN ln -s /tools/vendor/bin/cs2pr /usr/local/bin/cs2pr

0 commit comments

Comments
 (0)