240:3c02c1240134
Anton Shestakov <av6@dwimlabs.net>, Tue, 20 Sep 2016 19:47:20 +0800
templates: fix tests by excluding bits of undercooked features

next change 259:d6260ec4891d
previous change 193:9c3b5aeb722c

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 \
python2.7 \
python3.5 \
build-essential \
git \
mercurial \
python-yaml \
luarocks \
unzip \
npm \
virtualenv \
&& rm -rf /var/lib/apt/lists/*
RUN useradd worker --create-home --user-group