Sha256: 7880f7cb462ec3a4929884d3a39d5f50fb9339d401b48e8005446f8d5c04baad
Contents?: true
Size: 499 Bytes
Versions: 3
Compression:
Stored size: 499 Bytes
Contents
FROM ruby:2.7.0 MAINTAINER Yamada, Yasuhiro <yamada@gr3.ie> RUN apt update && \ apt install -y locales && \ localedef -f UTF-8 -i ja_JP ja_JP.utf8 && \ cd ~ && \ git clone https://github.com/greymd/cureutils.git && \ cd cureutils && \ gem install bundler rake && \ bundle install && \ rake build && \ find ./pkg/ -type f | head -n 1 | xargs gem install && \ cd .. && \ rm -rf cureutils ENV LANG ja_JP.UTF-8 ENV LANGUAGE ja_JP.UTF-8 ENV LC_ALL ja_JP.UTF-8
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cureutils-1.7.0 | Dockerfile |
cureutils-1.6.0 | Dockerfile |
cureutils-1.5.0 | Dockerfile |