144:e9e0737e1b6e
Anton Shestakov <av6@dwimlabs.net>, Sun, 17 Jul 2016 05:10:35 +0800
utils: a small module for shared functions, the first of them is rel()

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