##// END OF EJS Templates
largefiles: don't explicitly list optional parameters that are not used...
largefiles: don't explicitly list optional parameters that are not used This makes it easier for changes to the API.

File last commit:

r24973:4c4d0012 default
r28193:19775bc3 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