contrib/docker/ubuntu.template
branchstable
changeset 29031 e63dfbbdbd07
child 33023 e02bae37af30
equal deleted inserted replaced
29030:18c1b107898e 29031:e63dfbbdbd07
       
     1 FROM ubuntu:__CODENAME__
       
     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