FROM ubuntu:14.04 RUN apt-get update && apt-get install -y python ADD testarg.py testarg.py MAINTAINER Ricardo “3esmit@gmail.com” CMD python testarg.py