add another missing dependency
This commit is contained in:
parent
f645ba1835
commit
c50034451c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM fluent/fluentd:v1.16-debian-1
|
FROM fluent/fluentd:v1.16-debian-1
|
||||||
USER root
|
USER root
|
||||||
# Prerequisites for GeoIP2
|
# Prerequisites for GeoIP2
|
||||||
RUN apt update && apt install -y build-essential libgeoip-dev autoconf && apt-get clean && rm -rf /var/lib/apt/lists/*
|
RUN apt update && apt install -y build-essential libgeoip-dev autoconf libtool && apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||||
RUN ["gem", "install", "fluent-plugin-elasticsearch", "fluent-plugin-rewrite-tag-filter", "fluent-plugin-geoip", "--no-document"]
|
RUN ["gem", "install", "fluent-plugin-elasticsearch", "fluent-plugin-rewrite-tag-filter", "fluent-plugin-geoip", "--no-document"]
|
||||||
USER fluent
|
USER fluent
|
||||||
|
|
Reference in a new issue