Skip to content

Commit

Permalink
Packaging simplesamlphp.org
Browse files Browse the repository at this point in the history
  • Loading branch information
ianblenke committed Nov 17, 2014
0 parents commit 44d1874
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM php:5.6-apache

WORKDIR /var/www/html

RUN git clone git clone [email protected]:simplesamlphp/simplesamlphp.git simplesamlphp

RUN cp -r config-templates/* config/
RUN cp -r metadata-templates/* metadata/
RUN php composer.phar install

#COPY config/php.ini /usr/local/lib/

2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
all:
docker build -t ianblenke/simplesamlphp .

0 comments on commit 44d1874

Please sign in to comment.