Sha256: 022fb8b130eb1261ad2c4e0f40e7876c4bb47826479d90edac6a4c5d748ce379
Contents?: true
Size: 531 Bytes
Versions: 2
Compression:
Stored size: 531 Bytes
Contents
ARG SMARTMACHINE_VERSION FROM smartmachine:$SMARTMACHINE_VERSION 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
smartmachine-0.8.0 | lib/smart_machine/engine/buildpacks/rails/Dockerfile |
smartmachine-0.7.0 | lib/smart_machine/engine/buildpacks/rails/Dockerfile |