##// END OF EJS Templates
tests: make run-tests.py run on Python 3 again
tests: make run-tests.py run on Python 3 again

File last commit:

r29031:e63dfbbd stable
r31227:ac47df82 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