Sha256: ec8d4f8fb4eaaae2db8a246fe32b16473eae9a3cf1d463011159c098e8b94b02

Contents?: true

Size: 186 Bytes

Versions: 5

Compression:

Stored size: 186 Bytes

Contents

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