-
-
Save ergoz/da60a075b021e0a2c8a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM debian:stable | |
EXPOSE 8080 | |
RUN apt-get -y update && apt-get -y upgrade && apt-get -y install apt-utils dialog unzip wget openjdk-7-jdk | |
RUN wget -q http://download.jetbrains.com/upsource/upsource-1.0.12551.zip && unzip upsource-1.0.12551.zip | |
RUN cd Upsource && ./bin/upsource.sh start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment