We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279f516 commit 8652dd7Copy full SHA for 8652dd7
dockerfiles/Dockerfile.centos7
@@ -24,6 +24,7 @@ RUN cmake3 -DCMAKE_INSTALL_PREFIX=/opt/fluent-bit/ -DCMAKE_INSTALL_SYSCONFDIR=/e
24
-DFLB_OUT_KAFKA=On \
25
-DFLB_JEMALLOC=On \
26
-DFLB_CHUNK_TRACE=On \
27
- -DFLB_OUT_PGSQL=On ../
+ -DFLB_OUT_PGSQL=On \
28
+ -DFLB_UNICODE_ENCODER=Off ../
29
30
RUN make -j "$(getconf _NPROCESSORS_ONLN)"
0 commit comments