133:785475a2d155
Anton Shestakov <av6@dwimlabs.net>, Tue, 12 Jul 2016 16:37:09 +0800
checker: add wrapper for checker in docker

next change 181:379525df9cdb

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