133:785475a2d155
Anton Shestakov <av6@dwimlabs.net>, 2016-07-12
checker: add wrapper for checker in docker

next change 181:379525df9cdb

dockerfiles/ubuntu-xenial

Other formats: Feeds:
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/dockerfiles/ubuntu-xenial Tue Jul 12 16:37:09 2016 +0800
@@ -0,0 +1,14 @@
+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