Skip to content

Commit

Permalink
Merge pull request #1 from chilland/remove-zip
Browse files Browse the repository at this point in the history
Remove zip
  • Loading branch information
chilland committed Apr 24, 2016
2 parents d866505 + 073ae1a commit 8e5b16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM java:8
MAINTAINER Casey Hilland <casey dot hilland at gmail dot com>

RUN wget http://nlp.stanford.edu/software/stanford-corenlp-full-2015-12-09.zip
RUN unzip stanford-corenlp-full-2015-12-09.zip
RUN unzip stanford-corenlp-full-2015-12-09.zip && rm stanford-corenlp-full-2015-12-09.zip

WORKDIR stanford-corenlp-full-2015-12-09

Expand Down

0 comments on commit 8e5b16d

Please sign in to comment.