Skip to content

Commit

Permalink
RB-48 #close Removed git from install chain
Browse files Browse the repository at this point in the history
  • Loading branch information
istvank committed Jan 26, 2015
1 parent 5547185 commit 4e620bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Expand Up @@ -12,7 +12,6 @@ RUN apt-get upgrade -y
# Install build tools
RUN apt-get install -y \
openjdk-7-jdk \
git \
ant

# Set jdk7 as the default JDK
Expand All @@ -23,7 +22,7 @@ RUN mkdir /build
WORKDIR /build
VOLUME ["/build"]

# Clone and build code on run
# Build code on run
CMD ant clean_all && \
ant generate_configs && \
ant jar

0 comments on commit 4e620bb

Please sign in to comment.