mirror of https://github.com/apache/cloudstack.git
12 lines
344 B
Docker
12 lines
344 B
Docker
# Nginx
|
|
#
|
|
# VERSION 0.0.1
|
|
|
|
FROM ubuntu
|
|
MAINTAINER Guillaume J. Charmes "guillaume@dotcloud.com"
|
|
|
|
# make sure the package repository is up to date
|
|
RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list
|
|
RUN apt-get update
|
|
|
|
RUN apt-get install -y inotify-tools nginx apache2 openssh-server |