FROM debian:jessie MAINTAINER Rudy Hardeman 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