Skip to content

Commit

Permalink
Merge pull request #120 from nextcloud/litmus-php-7.1
Browse files Browse the repository at this point in the history
Litmus php 7.1
  • Loading branch information
rullzer authored Dec 18, 2018
2 parents 0f0a8af + 0f74ea2 commit 8fa96da
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions litmus-php7.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM nextcloudci/php7.1:php7.1-16
RUN apt-get update && apt-get install -y gcc realpath make python && \
mkdir -p /tmp/litmus && \
wget -O /tmp/litmus/litmus-0.13.tar.gz http://www.webdav.org/neon/litmus/litmus-0.13.tar.gz && \
cd /tmp/litmus && tar -xzf litmus-0.13.tar.gz && \
cd /tmp/litmus/litmus-0.13 && ./configure && make && rm -f /tmp/litmus-0.13.tar.gz && \
apt-get clean

0 comments on commit 8fa96da

Please sign in to comment.