Sha256: 02bd94e9c6a5f903e73058509c39cf37c672f44805e6391b615c7c6d3bbf9614
Contents?: true
Size: 635 Bytes
Versions: 4
Compression:
Stored size: 635 Bytes
Contents
FROM ruby:3.2.0-alpine3.17 ENV WORKSPACE /rsyntaxtree WORKDIR $WORKSPACE RUN apk update && \ apk upgrade && \ apk add --no-cache linux-headers libxml2-dev make gcc libc-dev bash && \ apk add --no-cache librsvg librsvg-dev imagemagick imagemagick-dev xz-dev libbz2 && \ apk add --no-cache gobject-introspection gobject-introspection-dev && \ apk add --no-cache -t .build-packages --no-cache build-base curl-dev wget gcompat ADD Gemfile $WORKSPACE RUN bundle install -j4 ADD fonts $WORKSPACE RUN mkdir -p /usr/share/fonts/yh COPY ./fonts/* /usr/share/fonts/yh/ RUN fc-cache -fv ADD . $WORKSPACE CMD ["/bin/bash"]
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rsyntaxtree-1.2.10 | Dockerfile |
rsyntaxtree-1.2.9 | Dockerfile |
rsyntaxtree-1.2.8 | Dockerfile |
rsyntaxtree-1.2.7 | Dockerfile |