github.com/mook-as/cf-cli@v7.0.0-beta.28.0.20200120190804-b91c115fae48+incompatible/ci/cli-package/Dockerfile (about)

     1  FROM phusion/baseimage
     2  
     3  RUN apt update && apt upgrade -y -o Dpkg::Options::="--force-confold"
     4  RUN apt install -y fakeroot git rpm cpio zip python-pip
     5  
     6  RUN curl -L https://github.com/hogliux/bomutils/tarball/master | tar xz && cd hogliux-bomutils-* && make install
     7  
     8  RUN apt install -y libxml2-dev libssl-dev pkg-config
     9  RUN curl -L https://github.com/downloads/mackyle/xar/xar-1.6.1.tar.gz | tar xz && cd xar* && ./configure && make && make install
    10  
    11  RUN pip install awscli
    12  
    13  # for debian repository generation
    14  RUN apt install -y ruby1.9.1 createrepo
    15  RUN gem install deb-s3
    16  
    17  # for rpmsigning process
    18  RUN apt install -y expect