Short Description
This image contains a minimal set of packages to build voms on ubuntu.
Full Description
Dockerfile is:
FROM ubuntu:latest
MAINTAINER Elisabetta Ronchieri <elisabetta.ronchieri@cnaf.infn.it>
# Install
RUN \
apt-get update && \
apt-get -y upgrade && \
apt-get clean
RUN apt-get -y install \
autoconf \
byacc \
clang \
debhelper \
devscripts \
docbook-xml \
docbook-xsl \
doxygen \
flex \
git-core \
libexpat1-dev \
libssl-dev \
libtool \
pkg-config \
quilt \
valgrind \
xsltproc
Docker Pull Command
Owner
joda70