libffi-dev dependency added in fluent-es-image Dockerfile to solve the docker build error

pull/6/head
talk2vino 2018-02-09 22:55:26 +05:30
parent f61b4a4e4a
commit c1643e5871
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ COPY Gemfile /Gemfile
# 2. Install fluentd via ruby.
# 3. Remove build dependencies.
# 4. Cleanup leftover caches & files.
RUN BUILD_DEPS="make gcc g++ libc6-dev ruby-dev" \
RUN BUILD_DEPS="make gcc g++ libc6-dev ruby-dev libffi-dev" \
&& clean-install $BUILD_DEPS \
ca-certificates \
libjemalloc1 \