##// END OF EJS Templates
crecord: log blocked time waiting for curses input...
crecord: log blocked time waiting for curses input We want to know when we're blocked waiting for the user - log the time spent waiting in the curses keyboard handlers

File last commit:

r29031:e63dfbbd stable
r30981:a0c4e570 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