Sign inSign up

cnastorage/fpm

By cnastorage

Updated over 10 years ago

Docker image for FPM

Image
0

2.0K

cnastorage/fpm repository overview

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

FROM ruby:latest
MAINTAINER [email protected]

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

Tag summary

Content type

Image

Digest

Size

291.8 MB

Last updated

over 10 years ago

docker pull cnastorage/fpm