Skip to content

Commit 8e5b16d

Browse files
committed
Merge pull request #1 from chilland/remove-zip
Remove zip
2 parents d866505 + 073ae1a commit 8e5b16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM java:8
33
MAINTAINER Casey Hilland <casey dot hilland at gmail dot com>
44

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

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

0 commit comments

Comments
 (0)