Skip to content

Commit

Permalink
[pycharm-eap/141.2569] Update PyCharmEAP to 4.5.4 build 141.2569
Browse files Browse the repository at this point in the history
  • Loading branch information
zchee committed Sep 6, 2015
1 parent a3fc7dd commit 842fa6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ In principle, it supports only the latest Stable or EAP(Early Access Preview) ve
| AppCode EAP 3.2 RC2 | 141.2456.7 |
| Android Studio Canary 1.2.1.1 | 141.1903250 |
| CLion 1.1.1 | 141.2614.4 |
| PyCharm EAP 4.5.4 | 141.2569 |

If you want other ide or old version, please [issues](https://github.com/zchee/Seti_JetBrains/issues).

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM java:openjdk-8u66-jdk
MAINTAINER zchee <zcheeee@gmail.com>

RUN java -version
ENV JAVA_VERSION oracle-java8
ENV JAVA_VERSION openjdk-8u66-jdk
ENV APP_NAME pycharm-eap
ENV VERSION 4.5.4
ENV BUILD 141.2498
ENV BUILD 141.2569

RUN curl -LO http://download.jetbrains.com/python/pycharm-professional-$BUILD.tar.gz
RUN tar xf pycharm-professional-$BUILD.tar.gz
Expand Down

0 comments on commit 842fa6a

Please sign in to comment.