changeset 34423 | 1baa077214ae |
parent 33023 | e02bae37af30 |
34422:2fd06499dc8e | 34423:1baa077214ae |
---|---|
1 FROM ubuntu:__CODENAME__ |
1 FROM ubuntu:__CODENAME__ |
2 RUN apt-get update && apt-get install -y \ |
2 RUN apt-get update && apt-get install -y \ |
3 build-essential \ |
3 build-essential \ |
4 debhelper \ |
4 debhelper \ |
5 devscripts \ |
|
5 dh-python \ |
6 dh-python \ |
6 devscripts \ |
|
7 less \ |
7 less \ |
8 python \ |
8 python \ |
9 python-all-dev \ |
9 python-all-dev \ |
10 python-docutils \ |
10 python-docutils \ |
11 zip \ |
11 unzip \ |
12 unzip |
12 zip |