Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric CLOVEL committed Feb 3, 2017
0 parents commit 7645fab
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM busybox

MAINTAINER Cédric CLOVEL

RUN wget http://wwwftp.ciril.fr/pub/apache/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz -O /tmp/apache-maven.tar.gz -q && \
mkdir -p /apache-maven && \
tar -xf /tmp/apache-maven.tar.gz --strip-components=1 -C /apache-maven && \
rm /tmp/apache-maven.tar.gz
8 changes: 8 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
= Maven Docker image

Apache maven 3.3.9 version

[source,shell]
-----
/apache-maven
-----

0 comments on commit 7645fab

Please sign in to comment.