Skip to content

Commit 7945782

Browse files
committed
Fix error in CFL Dockerfile
1 parent 1f0d8f3 commit 7945782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clusterfuzzlite/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN git clone --depth 1 --branch 2024-07-02 https://github.com/google/re2 $SRC/r
2424
mkdir build && cd build && \
2525
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=ON .. && \
2626
cmake --build . --target install && \
27-
cd $SRC && rm -rf $SRC/re2 \
27+
cd $SRC && rm -rf $SRC/re2
2828

2929
COPY . $SRC/scnlib
3030
WORKDIR $SRC/scnlib

0 commit comments

Comments
 (0)