1 FROM ubuntu:__CODENAME__
2 RUN apt-get update && apt-get install -y \
3 build-essential \
4 debhelper \
5 dh-python \
6 devscripts \
7 python \
8 python-all-dev \
9 python-docutils \
10 zip \
11 unzip