Skip to content

Instantly share code, notes, and snippets.

@ergoz
Forked from MoriTanosuke/Dockerfile
Last active August 29, 2015 14:13
Show Gist options
  • Save ergoz/da60a075b021e0a2c8a0 to your computer and use it in GitHub Desktop.
Save ergoz/da60a075b021e0a2c8a0 to your computer and use it in GitHub Desktop.
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