Sign inSign up

kakipo/yknot-base

By kakipo

•Updated almost 11 years ago

yknot-base image from

Image
0

2.8K

kakipo/yknot-base repository overview

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

Tag summary

Content type

Image

Digest

sha256:68f33edbf…

Size

425.1 MB

Last updated

almost 11 years ago

docker pull kakipo/yknot-base