Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
poligarcia authored Apr 26, 2017
1 parent 616b809 commit 5a891c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM ubuntu:14.04
MAINTAINER Poli García <[email protected]>

RUN apt-get -y update && \
apt-get upgrade -y && \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

0 comments on commit 5a891c3

Please sign in to comment.