mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Remove the old Dockerfile
This commit is contained in:
parent
88df4e5872
commit
641ef0abd0
@ -1,32 +0,0 @@
|
||||
FROM ubuntu:14.04
|
||||
|
||||
RUN \
|
||||
apt-get install --yes software-properties-common && \
|
||||
apt-get install --yes python && \
|
||||
add-apt-repository --yes ppa:brightbox/ruby-ng && \
|
||||
add-apt-repository --yes ppa:chris-lea/node.js && \
|
||||
apt-get update && \
|
||||
apt-get install --yes vim curl git
|
||||
|
||||
RUN \
|
||||
apt-get install --yes ruby2.1 ruby2.1-dev bundler && \
|
||||
apt-get install --yes libghc-zlib-dev && \
|
||||
apt-get install --yes nodejs
|
||||
|
||||
RUN \
|
||||
gem install bundler
|
||||
|
||||
VOLUME /data
|
||||
|
||||
WORKDIR /data
|
||||
|
||||
EXPOSE 4000
|
||||
|
||||
CMD \
|
||||
if cd intellij-sdk-docs; \
|
||||
then git pull; \
|
||||
else git clone --depth 1 https://github.com/jetbrains/intellij-sdk-docs.git && cd intellij-sdk-docs; \
|
||||
fi && \
|
||||
git submodule update --init && \
|
||||
rake bootstrap && \
|
||||
rake preview
|
Loading…
x
Reference in New Issue
Block a user