mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
8 lines
219 B
Docker
8 lines
219 B
Docker
# docker/fluentd/Dockerfile
|
|
|
|
FROM fluent/fluentd:v1.16-debian-2
|
|
USER root
|
|
RUN ["gem", "install", "fluent-plugin-kafka", "--no-document"]
|
|
RUN ["gem", "install", "fluent-plugin-opensearch", "--no-document"]
|
|
USER fluent
|