Sha256: 21ff09dfaed7e7892e1a0574b897c980c55dc3097adfc0d5be6d1057dcbeb16a

Contents?: true

Size: 243 Bytes

Versions: 1

Compression:

Stored size: 243 Bytes

Contents

FROM ruby:2.5.1
RUN apt-get update -qq && apt-get install -y locales
RUN sed -i 's/#.*ja_JP\.UTF/ja_JP\.UTF/' /etc/locale.gen
RUN locale-gen && update-locale LANG=ja_JP.UTF-8
RUN mkdir /my_app
WORKDIR /my_app
COPY . /my_app
RUN bundle install

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
my_gems-0.2.2 Dockerfile