##// END OF EJS Templates
run-tests: install hg after computing tests to run...
run-tests: install hg after computing tests to run We're going to add a way to list tests, and we don't need to install hg for that.

File last commit:

r24973:4c4d0012 default
r32703:9d1d3199 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