contrib/docker/ubuntu.template
branchstable
changeset 38739 7acec9408e1c
parent 38615 443029011990
parent 38738 faea9b1980d9
child 38740 c08ea1e219c0
equal deleted inserted replaced
38615:443029011990 38739:7acec9408e1c
     1 FROM ubuntu:__CODENAME__
       
     2 RUN apt-get update && apt-get install -y \
       
     3   build-essential \
       
     4   debhelper \
       
     5   devscripts \
       
     6   dh-python \
       
     7   less \
       
     8   python \
       
     9   python-all-dev \
       
    10   python-docutils \
       
    11   unzip \
       
    12   zip