Skip to content

Commit 2eb3579

Browse files
authored
apache-commons-beanutils: Fix build (#13095)
This PR fixes the build for project apache-commons-beanutils. Signed-off-by: Arthur Chan <[email protected]>
1 parent 9ece30f commit 2eb3579

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

projects/apache-commons-beanutils/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ WORKDIR ${SRC}
2727
# clone repository
2828
#
2929
RUN git clone https://github.com/apache/commons-beanutils.git
30-
COPY *.diff $SRC/
31-
RUN cd commons-beanutils && tr -d '\015' < $SRC/remove-rat.diff | git apply
32-
3330

3431
ADD pom.xml build.sh ${SRC}/
3532
ADD src/ ${SRC}/src/
36-
WORKDIR ${SRC}/commons-beanutils
33+
WORKDIR ${SRC}/commons-beanutils

projects/apache-commons-beanutils/remove-rat.diff

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)