Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jan 22, 2017
1 parent 743b8fd commit 3c55eb1
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions foss-heartbeat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,4 @@ RUN set -x \
) \
&& apk del .build-deps

# Install Stanford CoreNLP
RUN set -x \
&& apk add --no-cache --virtual .build-deps \
curl \
git \
&& git clone --depth 1 https://github.com/stanfordnlp/CoreNLP.git /usr/src/CoreNLP \
&& ( \
cd /usr/src/CoreNLP/liblocal \
&& curl -sSLO http://nlp.stanford.edu/software/stanford-corenlp-models-current.jar \
&& curl -sSLO http://nlp.stanford.edu/software/stanford-english-corenlp-models-current.jar \
) \
&& apk del .build-deps

WORKDIR /usr/src/foss-heartbeat

0 comments on commit 3c55eb1

Please sign in to comment.