Skip to content

Commit 69041de

Browse files
committed
add runtestsh to dockerfile
1 parent a102ef4 commit 69041de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/imagemagick/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ RUN git clone --depth 1 --recursive https://github.com/libjxl/libjxl
3636
RUN git clone https://www.cl.cam.ac.uk/~mgk25/git/jbigkit # does not support shallow
3737
ADD https://lcamtuf.coredump.cx/afl/demo/afl_testcases.tgz afl_testcases.tgz
3838
WORKDIR imagemagick
39-
COPY build.sh $SRC/
39+
COPY build.sh run_tests.sh $SRC/

0 commit comments

Comments
 (0)