Sha256: f82bf090a21804c78f421e227bc9e9407efb8d132e4fa8abe80f20999f482c10

Contents?: true

Size: 177 Bytes

Versions: 5

Compression:

Stored size: 177 Bytes

Contents

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