Skip to content

Instantly share code, notes, and snippets.

FROM phusion/baseimage:0.9.19
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
RUN apt-get install -y redis-server
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
my_app_1 | *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh...
my_app_1 | *** Running /etc/rc.local...
my_app_1 | *** Booting runit daemon...
my_app_1 | *** Runit started as PID 9
my_app_1 | Sep 6 21:37:29 108a0cd6c3e2 syslog-ng[16]: syslog-ng starting up; version='3.5.6'
FROM phusion/baseimage:0.9.19
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
RUN apt-get install -y wget xz-utils python build-essential
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*