##// END OF EJS Templates
test-editor-filename: fix portability of fake editor command...
test-editor-filename: fix portability of fake editor command - /bin/bash doesn't exist on FreeBSD - edit is executed by cmd.exe on Windows

File last commit:

r33023:e02bae37 stable
r34060:4bf18894 default
Show More
ubuntu.template
12 lines | 206 B | text/plain | TextLexer
FROM ubuntu:__CODENAME__
RUN apt-get update && apt-get install -y \
build-essential \
debhelper \
dh-python \
devscripts \
less \
python \
python-all-dev \
python-docutils \
zip \
unzip