contrib/docker/ubuntu-trusty
author Robert Stanca <robert.stanca7@gmail.com>
Sat, 02 Apr 2016 17:35:02 +0300
changeset 28724 cf339d6ac7c7
parent 28457 e6310cdcc4d0
permissions -rw-r--r--
py3: use print_function in filterpyflakes.py

FROM ubuntu:trusty
RUN apt-get update && apt-get install -y \
  build-essential \
  debhelper \
  dh-python \
  devscripts \
  python \
  python-all-dev \
  python-docutils \
  zip \
  unzip