Skip to content

Commit

Permalink
Update to 1.4.0-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tbird committed Dec 14, 2016
1 parent 1e35a57 commit c64f65e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MAINTAINER Marc Villacorta Morera <[email protected]>
# Environment variables:
#------------------------------------------------------------------------------

ENV TAG="1.4.0-RC1" \
ENV TAG="1.4.0-RC3" \
SBT_URL="http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch"

#------------------------------------------------------------------------------
Expand All @@ -25,8 +25,6 @@ RUN apk add -U --no-cache -t dev git openssl perl \
&& cp project/sbt /usr/local/bin && chmod +x /usr/local/bin/sbt

RUN cd marathon \
&& sed -i 's/$cmd/"${cmd[@]}"/' bin/marathon-framework \
&& sed -i 's/$clean_cmd/"${clean_cmd[@]}"/' bin/marathon-framework \
&& sbt -Dsbt.log.format=false 'set test in assembly := {}' assembly \
&& ./bin/build-distribution && mv target/marathon-runnable.jar \
/usr/bin/marathon && chmod +x /usr/bin/marathon
Expand Down

0 comments on commit c64f65e

Please sign in to comment.