##// END OF EJS Templates
obsstore: move _version to a propertycache...
obsstore: move _version to a propertycache This makes sure _version is correct even if "_all" is not called.

File last commit:

r29031:e63dfbbd stable
r32691:5d8dd6c9 default
Show More
ubuntu.template
11 lines | 197 B | text/plain | TextLexer
FROM ubuntu:__CODENAME__
RUN apt-get update && apt-get install -y \
build-essential \
debhelper \
dh-python \
devscripts \
python \
python-all-dev \
python-docutils \
zip \
unzip