Skip to content

Instantly share code, notes, and snippets.

View sullof's full-sized avatar

Francesco Sullo sullof

View GitHub Profile
@sullof
sullof / Dockerfile
Created December 7, 2013 05:59 — forked from benschw/Dockerfile
FROM ubuntu
RUN dpkg-divert --local --rename --add /sbin/initctl
RUN ln -s /bin/true /sbin/initctl
RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list
RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get -y install mysql-client mysql-server