Skip to content

Commit 0c31201

Browse files
author
transformap
committed
Dockerfile : successful Maven build : WQS
1 parent f981903 commit 0c31201

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Dockerfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
FROM maven:3.3.9-jdk-8
2+
3+
MAINTAINER Michael Maier <[email protected]>, Jon Richter <[email protected]>
4+
5+
ENV WQS_VERSION=0.2.2
6+
7+
WORKDIR /root
8+
RUN wget -O wikidata-query-rdf.tgz https://github.com/wikimedia/wikidata-query-rdf/archive/$WQS_VERSION.tar.gz; mkdir -p wikidata-query-rdf; tar xfz wikidata-query-rdf.tgz --strip-components=1 -C wikidata-query-rdf
9+
WORKDIR /root/wikidata-query-rdf
10+
RUN mvn package

0 commit comments

Comments
 (0)