diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..a4986ed --- /dev/null +++ b/Dockerfile @@ -0,0 +1,6 @@ +FROM ubuntu:14.04 +MAINTAINER Poli GarcĂ­a + +RUN apt-get -y update && \ + apt-get upgrade -y && \ + apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*