Sha256: 63ae492fb5315817dd27049c318bcb0d2c9733c97ba6c7991828bed6b88ec565
Contents?: true
Size: 657 Bytes
Versions: 4
Compression:
Stored size: 657 Bytes
Contents
FROM ruby:2.5.1-alpine ENV BUNDLER_VERSION=2.0.2 RUN apk add --update --no-cache \ binutils-gold \ build-base \ curl \ file \ g++ \ gcc \ git \ less \ libstdc++ \ libffi-dev \ libc-dev \ linux-headers \ libxml2-dev \ libxslt-dev \ libgcrypt-dev \ make \ netcat-openbsd \ openssl \ pkgconfig \ postgresql-dev \ python \ tzdata \ yarn RUN gem install bundler -v 2.0.2 WORKDIR /app COPY Gemfile Gemfile.lock ./ RUN bundle config build.nokogiri --use-system-libraries #RUN bundle check || bundle install COPY . ./
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
jekyll-fontawesome-svg-0.4.0 | Dockerfile |
jekyll-academicons-svg-0.1.2 | Dockerfile |
jekyll-academicons-svg-0.1.1 | Dockerfile |
jekyll-fontawesome-svg-0.3.4 | Dockerfile |