Sha256: ee76d3d553ba96713100755cbe98efa6acf084845f7c10812df7e7791f79de94
Contents?: true
Size: 462 Bytes
Versions: 2
Compression:
Stored size: 462 Bytes
Contents
FROM ruby:2.5-alpine WORKDIR /usr/src/app LABEL org.squib.url=http://squib.rocks \ org.squib.github=https://github.com/andymeneely/squib RUN apk --no-cache add --update \ ruby-dev \ build-base \ libxml2-dev \ libxslt-dev \ pcre-dev \ libffi-dev \ cairo # Just for devving on COPY . /app CMD ["sh"] # RUN gem install \ # squib \ # -- --use-system-libraries # NOTE: STILL UNDER DEVELOPMENT! Don't use this just yet.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
squib-0.15.2 | Dockerfile |
squib-0.15.1 | Dockerfile |