Update Dockerfile to use current git coordinates

This commit is contained in:
breandan 2015-07-20 09:39:01 -04:00
parent 577e9886bc
commit 285b7e1fb1

View File

@ -15,8 +15,7 @@ RUN \
RUN \
gem install bundler && \
# git clone --depth 1 http://github.com/jetbrains/intellij-sdk-docs && \
git clone --depth 1 http://github.com/breandan/intellij-sdk-docs && \
git clone --depth 1 http://github.com/jetbrains/intellij-sdk-docs && \
cd intellij-sdk-docs && \
git submodule init && \
git submodule update