Sha256: 8ef711a7ccbdefec7abe008df02f4025f1e611192d9b3311ac850295f3ac641a
Contents?: true
Size: 479 Bytes
Versions: 10
Compression:
Stored size: 479 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 CMD ["buildpacker", "pack"]
Version data entries
10 entries across 10 versions & 1 rubygems