Sha256: 8b6ce9e404ddbad5cea28b0c0f0117dc2a07886dbc4b6f07f6286c3aa5ed8a69

Contents?: true

Size: 177 Bytes

Versions: 5

Compression:

Stored size: 177 Bytes

Contents

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

WORKDIR /app
COPY . .

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fluent-plugin-geoip-1.1.0 dockerfiles/Dockerfile-ruby2.3
fluent-plugin-geoip-0.8.1 dockerfiles/Dockerfile-ruby2.3
fluent-plugin-geoip-1.0.0 dockerfiles/Dockerfile-ruby2.3
fluent-plugin-geoip-0.8.0 dockerfiles/Dockerfile-ruby2.3
fluent-plugin-geoip-0.7.0 dockerfiles/Dockerfile-ruby2.3