FROM phusion/passenger-full:0.9.12
# Install dependent libraries
RUN apt-get update
RUN apt-get -y install mysql-client libmysqlclient-dev imagemagick libmagickcore-dev
RUN apt-get -y install --only-upgrade bash
# Add application
WORKDIR /tmp
ADD Gemfile Gemfile
ADD Gemfile.lock Gemfile.lock
RUN bundle install
Content type
Image
Digest
sha256:68f33edbf…
Size
425.1 MB
Last updated
almost 11 years ago
docker pull kakipo/yknot-base