Sha256: 40faadc5c1e3d1912f7a712cc6530e35a6307a8f346763ecd404c44440c61341

Contents?: true

Size: 186 Bytes

Versions: 5

Compression:

Stored size: 186 Bytes

Contents

FROM ruby:2.1-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.1
fluent-plugin-geoip-1.3.1 dockerfiles/Dockerfile-ruby2.1
fluent-plugin-geoip-1.3.0 dockerfiles/Dockerfile-ruby2.1
fluent-plugin-geoip-1.2.0 dockerfiles/Dockerfile-ruby2.1
fluent-plugin-geoip-0.8.2 dockerfiles/Dockerfile-ruby2.1