193:9c3b5aeb722c
Anton Shestakov <av6@dwimlabs.net>, Sat, 30 Jul 2016 13:48:34 +0800
checker: explicitly add python 2.7 and 3.5 to dockerfile

next change 259:d6260ec4891d
previous 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 \
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