Sha256: 1369d2fb532fca6d2b5d1e79013ee766b85be1391111384248508da3c7293cf4

Contents?: true

Size: 186 Bytes

Versions: 5

Compression:

Stored size: 186 Bytes

Contents

FROM ruby:2.4-alpine

ENV BUNDLE_GEMFILE=$BUNDLE_GEMFILE

RUN apk --no-cache --update add build-base automake autoconf libtool ruby-dev libc6-compat geoip-dev git

WORKDIR /app
COPY . .

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fluent-plugin-geoip-1.3.2 dockerfiles/Dockerfile-ruby2.4
fluent-plugin-geoip-1.3.1 dockerfiles/Dockerfile-ruby2.4
fluent-plugin-geoip-1.3.0 dockerfiles/Dockerfile-ruby2.4
fluent-plugin-geoip-1.2.0 dockerfiles/Dockerfile-ruby2.4
fluent-plugin-geoip-0.8.2 dockerfiles/Dockerfile-ruby2.4