contrib/docker/ubuntu-trusty
author Yuya Nishihara <yuya@tcha.org>
Sun, 03 Apr 2016 19:52:13 +0900
changeset 28775 67bff672ccc2
parent 28457 e6310cdcc4d0
permissions -rw-r--r--
tests: alias ui as uimod in test-context

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