##// END OF EJS Templates
py3: add 13 new passing tests to whitelist...
py3: add 13 new passing tests to whitelist Differential Revision: https://phab.mercurial-scm.org/D3615

File last commit:

r38023:1335bbfb default
r38102:42476b8b 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