260:7ffb6f327aa4
Anton Shestakov <av6@dwimlabs.net>, Fri, 16 Jun 2017 15:16:56 +0800
linters: make yamllint also use python_version In case of Python 3 projects that also have YAML files this can change save some seconds spent on setting up an extra virtualenv (for Python 2).

next change 261:0f5d7ade0367
previous change 259:d6260ec4891d

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