Sha256: 5dda4c480d63c2151720f5bd738707c50a6895f33fa7bb4035c459bbd2857f34

Contents?: true

Size: 177 Bytes

Versions: 5

Compression:

Stored size: 177 Bytes

Contents

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