Skip to content

Commit

Permalink
dockerfile for catmandu, cf. #59
Browse files Browse the repository at this point in the history
  • Loading branch information
vpeil committed Oct 30, 2014
1 parent 8a81511 commit 8c6861d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Dockerizing Catmandu

FROM debian:jessie
MAINTAINER Vitali Peil

RUN apt-get update
RUN apt-get install -y cpanminus build-essential libexpat1-dev libssl-dev libxml2-dev libxslt1-dev libgdbm-dev libcapture-tiny-perl

RUN yes | cpanm Catmandu

CMD ["/bin/bash"]

0 comments on commit 8c6861d

Please sign in to comment.