##// END OF EJS Templates
make: add Ubuntu Zesty docker targets (.deb and ppa)...
make: add Ubuntu Zesty docker targets (.deb and ppa) Zesty Zapus was released on 2017-04-13 and will be supported until 2018-01.

File last commit:

r33023:e02bae37 stable
r33024:9b690032 stable
Show More
debian-jessie
12 lines | 200 B | text/plain | TextLexer
FROM debian:jessie
RUN apt-get update && apt-get install -y \
build-essential \
debhelper \
dh-python \
devscripts \
less \
python \
python-all-dev \
python-docutils \
zip \
unzip