##// END OF EJS Templates
py3: suppress the value returned by .write() calls...
py3: suppress the value returned by .write() calls These return values are not present on Python 2. Differential Revision: https://phab.mercurial-scm.org/D3563

File last commit:

r38023:1335bbfb default
r38037:6660b908 default
Show More
debian.template
12 lines | 206 B | text/plain | TextLexer
FROM debian:__CODENAME__
RUN apt-get update && apt-get install -y \
build-essential \
debhelper \
devscripts \
dh-python \
less \
python \
python-all-dev \
python-docutils \
unzip \
zip