Sha256: 4cac7116e27734a093b700346593f403e355f9ea9be93e279cf6f7a7ac0ae034

Contents?: true

Size: 267 Bytes

Versions: 2

Compression:

Stored size: 267 Bytes

Contents

FROM ruby:2.6.2-slim

RUN apt-get update -qq && apt-get install -y locales build-essential git default-libmysqlclient-dev
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 /app
WORKDIR /app
ADD . /app

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
simple_mysql_partitioning-1.0.0 docker/app/Dockerfile
simple_mysql_partitioning-0.3.0 docker/app/Dockerfile