##// END OF EJS Templates
py3: add test to show `hg update` and `hg identify` works on Python 3
py3: add test to show `hg update` and `hg identify` works on Python 3

File last commit:

r29031:e63dfbbd stable
r32645:74e9496e default
Show More
ubuntu.template
11 lines | 197 B | text/plain | TextLexer
FROM ubuntu:__CODENAME__
RUN apt-get update && apt-get install -y \
build-essential \
debhelper \
dh-python \
devscripts \
python \
python-all-dev \
python-docutils \
zip \
unzip