##// END OF EJS Templates
gendoc: use real ui in place of stdout...
gendoc: use real ui in place of stdout ui attributes will be required by a help function, so a file object can't be used as a fake ui.

File last commit:

r24973:4c4d0012 default
r26412:7e8e3c09 default
Show More
debian-jessie
11 lines | 191 B | text/plain | TextLexer
FROM debian:jessie
RUN apt-get update && apt-get install -y \
build-essential \
debhelper \
dh-python \
devscripts \
python \
python-all-dev \
python-docutils \
zip \
unzip