##// 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
Augie Fackler
dockerdeb: rules to build a debian package using docker...
r24973 FROM debian:jessie
RUN apt-get update && apt-get install -y \
build-essential \
debhelper \
dh-python \
devscripts \
av6
docker: install less as a build-time dependency in deb-based distros...
r33023 less \
Augie Fackler
dockerdeb: rules to build a debian package using docker...
r24973 python \
python-all-dev \
python-docutils \
zip \
unzip