# Use the default python 2.7 image
FROM python:2.7

# nstall PyYaml
COPY . /usr/share/atlaslatex

MAINTAINER J. P. Araque <jp.araque@cern.ch>
