Sha256: aee7cc64653803fcd6bf9d11758707acd111d365bd8403611dcc19c0ff96a5f6
Contents?: true
Size: 488 Bytes
Versions: 9
Compression:
Stored size: 488 Bytes
Contents
FROM smartcloud:latest LABEL maintainer="Timeboard <hello@timeboard.me>" # Ruby on Rails Essentials RUN apk add --update build-base && \ apk add --update tzdata && \ apk add --update nodejs && \ apk add --update yarn && \ apk add --update mariadb-dev && \ apk add --update imagemagick && \ apk add --update ffmpeg && \ apk add --update mupdf && \ apk add --update mupdf-tools && \ rm -rf /var/cache/apk/* # Gems RUN gem install bundler -v 2.1.4 CMD ["buildpacker", "pack"]
Version data entries
9 entries across 9 versions & 1 rubygems