ubuntu.template
11 lines
| 197 B
| text/plain
|
TextLexer
Sean Farley
|
r29031 | FROM ubuntu:__CODENAME__ | ||
RUN apt-get update && apt-get install -y \ | ||||
build-essential \ | ||||
debhelper \ | ||||
dh-python \ | ||||
devscripts \ | ||||
python \ | ||||
python-all-dev \ | ||||
python-docutils \ | ||||
zip \ | ||||
unzip | ||||