##// END OF EJS Templates
test-docker-packaging: test packages built using docker...
test-docker-packaging: test packages built using docker For now this only tests debian packages, but it could easily be extended to also test rpms.

File last commit:

r24973:4c4d0012 default
r26146:8c91726c default
Show More
debian-jessie
11 lines | 191 B | text/plain | TextLexer
FROM debian:jessie
RUN apt-get update && apt-get install -y \
build-essential \
debhelper \
dh-python \
devscripts \
python \
python-all-dev \
python-docutils \
zip \
unzip