##// END OF EJS Templates
make: add rule for building an ubuntu ppa
make: add rule for building an ubuntu ppa

File last commit:

r28457:e6310cdc default
r28995:8b6b6513 stable
Show More
ubuntu-trusty
11 lines | 191 B | text/plain | TextLexer
FROM ubuntu:trusty
RUN apt-get update && apt-get install -y \
build-essential \
debhelper \
dh-python \
devscripts \
python \
python-all-dev \
python-docutils \
zip \
unzip