Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v1.0' into v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antalbalint committed Mar 8, 2017
2 parents 1d9d015 + 89c28a1 commit f64f0ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM centos:centos7
MAINTAINER ome-devel@lists.openmicroscopy.org.uk

ENV MAVEN_VERSION=3.0.5
ENV MAVEN_VERSION=3.3.9

RUN yum install -y java-1.8.0-openjdk-devel tar

Expand All @@ -18,6 +18,9 @@ RUN chown -R build:build /home/build/src

USER build
WORKDIR /home/build/src

# mvn needs JAVA_HOME
ENV JAVA_HOME /usr/lib/jvm/java
RUN /opt/maven/bin/mvn install

WORKDIR /mineotaur
Expand Down

0 comments on commit f64f0ee

Please sign in to comment.