cnastorage/fpm

By cnastorage

Updated almost 9 years ago

Docker image for FPM

Image

337

Ref: https://github.com/vmware/docker-volume-vsphere

FROM ruby:latest
MAINTAINER cna-storage@vmware.com

RUN apt-get update && \
    apt-get install -y npm php-pear python-setuptools rpm && \
    rm -rf /var/lib/apt/lists/* && \
    apt-get autoclean && \
    gem install fpm

Docker Pull Command

docker pull cnastorage/fpm