Sha256: e0f85f9708f6a5c63a27524f70aec091e42031888208927a5c6b3ab05afa3d29
Contents?: true
Size: 410 Bytes
Versions: 30
Compression:
Stored size: 410 Bytes
Contents
FROM ruby:3.0 RUN apt-get update && apt-get install -y \ # build-essential \ # for postgres # libpq-dev \ # postgresql-client-9.4 \ # for nokogiri # libxml2-dev \ # libxslt1-dev \ # for a JS runtime # imagemagick \ # ghostscript \ # debug tools vim ENV APP_HOME /srv/app ENV BUNDLE_GEMFILE=$APP_HOME/Gemfile \ BUNDLE_JOBS=8 \ BUNDLE_PATH=/bundle_cache WORKDIR $APP_HOME
Version data entries
30 entries across 30 versions & 1 rubygems