##// END OF EJS Templates
chg: document why we send SIGHUP and SIGINT to process group...
chg: document why we send SIGHUP and SIGINT to process group This makes the code more consistent - other signals are documented.

File last commit:

r29031:e63dfbbd stable
r31229:68c94f28 default
Show More
ubuntu.template
11 lines | 197 B | text/plain | TextLexer
Sean Farley
make: turn ubuntu docker into template...
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