##// END OF EJS Templates
make: templatize Debian build target a la e63dfbbdbd07
make: templatize Debian build target a la e63dfbbdbd07

File last commit:

r33025:5c128371 stable
r33025:5c128371 stable
Show More
debian.template
12 lines | 206 B | text/plain | TextLexer
FROM debian:__CODENAME__
RUN apt-get update && apt-get install -y \
build-essential \
debhelper \
dh-python \
devscripts \
less \
python \
python-all-dev \
python-docutils \
zip \
unzip