dockerfiles/Dockerfile-ruby2.3 in fluent-plugin-geoip-1.1.0 vs dockerfiles/Dockerfile-ruby2.3 in fluent-plugin-geoip-1.2.0
- old
+ new
@@ -1,8 +1,8 @@
FROM ruby:2.3-alpine
ENV BUNDLE_GEMFILE=$BUNDLE_GEMFILE
-RUN apk --no-cache --update add build-base ruby-dev libc6-compat libmaxminddb-dev geoip-dev git
+RUN apk --no-cache --update add build-base automake autoconf libtool ruby-dev libc6-compat geoip-dev git
WORKDIR /app
COPY . .