##// END OF EJS Templates
tests: clean up bad extension...
tests: clean up bad extension The presence of the "babar" extension breaks subsequent tests. So delete the file and create an empty one to return the config to sanity.

File last commit:

r29031:e63dfbbd stable
r31398:d785fed7 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