##// END OF EJS Templates
extensions: show deprecation warning for the use of cmdutil.command...
extensions: show deprecation warning for the use of cmdutil.command Since this is a fundamental API for extensions, we set 1-year period until actually removing it.

File last commit:

r24973:4c4d0012 default
r32343:d47d7d3b 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