summaryrefslogtreecommitdiff
path: root/Dockerfile
blob: 8af3c86c9cfc781d44ac02d77c93c3fb66186000 (plain)
1
2
3
4
5
6
FROM ubuntu:quantal
MAINTAINER yuvadm "yuv.adm@gmail.com"

RUN apt-get update
RUN apt-get -y install supervisor
RUN apt-get clean