Skip to content

Commit

Permalink
[rubymine/142.4083.1] Upgrade RubyMineEAP to build 142.4083.1
Browse files Browse the repository at this point in the history
Signed-off-by: Koichi Shiraishi <zcheeee@gmail.com>
  • Loading branch information
zchee committed Aug 26, 2015

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7349282 commit c2cf375
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Dockerfile.rubymine
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
FROM java:openjdk-8u66-jdk
MAINTAINER zchee <zcheeee@gmail.com>

RUN java -version
ENV JAVA_VERSION oracle-java8
ENV VERSION 8
ENV BUILD 142.4083.1

RUN curl -LO http://download.jetbrains.com/ruby/RubyMine-$BUILD.tar.gz
RUN tar xf RubyMine-$BUILD.tar.gz

RUN mkdir jar
WORKDIR jar
RUN jar xf ../RubyMine-$BUILD/lib/rubymine.jar

RUN curl -L https://raw.githubusercontent.com/zchee/Seti_JetBrains/master/properties/darcula.properties > ./com/intellij/ide/ui/laf/darcula/darcula.properties
RUN jar cf ../rubymine.jar .

WORKDIR /

CMD ["cat", "rubymine.jar"]

0 comments on commit c2cf375

Please sign in to comment.