Sha256: 89d6246909af3a28732f3a46c546ff430a27e5bfa43e0b4688ba02bafa15c6d6

Contents?: true

Size: 177 Bytes

Versions: 5

Compression:

Stored size: 177 Bytes

Contents

FROM ruby:2.1-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.1
fluent-plugin-geoip-0.8.1 dockerfiles/Dockerfile-ruby2.1
fluent-plugin-geoip-1.0.0 dockerfiles/Dockerfile-ruby2.1
fluent-plugin-geoip-0.8.0 dockerfiles/Dockerfile-ruby2.1
fluent-plugin-geoip-0.7.0 dockerfiles/Dockerfile-ruby2.1