311:cdd183a85dd1
Anton Shestakov <av6@dwimlabs.net>, Fri, 06 Oct 2017 16:22:57 +0800
viewer: hide dashed line in the chart if current check is not anywhere on it

next change 318:1c0790b558b7
previous change 261:0f5d7ade0367

dockerfiles/ubuntu-xenial

Permissions: -rw-r--r--

Other formats: Feeds:
FROM ubuntu:xenial
ENV LC_ALL C.UTF-8
RUN echo 'APT::Install-Recommends "no";' > /etc/apt/apt.conf.d/99recommends
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
python2.7 \
python3 \
build-essential \
git \
mercurial \
python-yaml \
luarocks \
unzip \
npm \
virtualenv \
&& rm -rf /var/lib/apt/lists/*
RUN useradd worker --create-home --user-group