Skip to content

Commit

Permalink
Add litmus 7.1 docker
Browse files Browse the repository at this point in the history
Signed-off-by: Roeland Jago Douma <[email protected]>
  • Loading branch information
rullzer committed Dec 18, 2018
1 parent e8993f1 commit 0f74ea2
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 0f74ea2

Please sign in to comment.