168:fc6392f4acdb
Anton Shestakov <av6@dwimlabs.net>, Wed, 20 Jul 2016 09:34:13 +0800
tests: test check page

next change 181:379525df9cdb
previous change 133:785475a2d155

dockerfiles/ubuntu-xenial

Permissions: -rw-r--r--

Other formats: Feeds:
FROM ubuntu:xenial
RUN echo 'APT::Install-Recommends "no";' > /etc/apt/apt.conf.d/99recommends
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
build-essential \
git \
mercurial \
python-yaml \
luarocks \
unzip \
npm \
virtualenv
RUN useradd worker --create-home --user-group