Skip to content

Commit fe9013d

Browse files
committed
dockerfiles: Fix CentOS 7 build for disabling ripser support
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent f620e66 commit fe9013d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dockerfiles/Dockerfile.centos7

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN cmake -DCMAKE_INSTALL_PREFIX=/opt/fluent-bit/ -DCMAKE_INSTALL_SYSCONFDIR=/et
3636
-DFLB_JEMALLOC=On \
3737
-DFLB_CHUNK_TRACE=On \
3838
-DFLB_OUT_PGSQL=On \
39-
-DFLB_UNICODE_ENCODER=Off ../
39+
-DFLB_UNICODE_ENCODER=Off \
40+
-DFLB_RIPSER=Off ../
4041

4142
RUN make -j "$(getconf _NPROCESSORS_ONLN)"

0 commit comments

Comments
 (0)