FROM debian:jessie MAINTAINER Rudy Hardeman <pd0zry@pd0zry.nl> RUN apt-get update RUN apt-get upgrade -y RUN apt-get install -y nginx php5-fpm supervisor php5-memcached php5-memcache php5-curl RUN apt-get clean