diff --git a/Dockerfile b/Dockerfile index eed68d4..540de27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,5 +3,6 @@ FROM ubuntu:14.04 MAINTAINER Simone Dalla "simodalla@gmail.com" RUN apt-get update RUN apt-get install -y nginx +RUN apt-get install -y vim RUN echo 'Hi, I am in your container' > /usr/share/nginx/html/index.html EXPOSE 80