contrib/docker/ubuntu-trusty
branchstable
changeset 29031 e63dfbbdbd07
parent 29030 18c1b107898e
child 29032 8d1d5b0058cb
equal deleted inserted replaced
29030:18c1b107898e 29031:e63dfbbdbd07
     1 FROM ubuntu:trusty
       
     2 RUN apt-get update && apt-get install -y \
       
     3   build-essential \
       
     4   debhelper \
       
     5   dh-python \
       
     6   devscripts \
       
     7   python \
       
     8   python-all-dev \
       
     9   python-docutils \
       
    10   zip \
       
    11   unzip