We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d866505 + 073ae1a commit 8e5b16dCopy full SHA for 8e5b16d
Dockerfile
@@ -3,7 +3,7 @@ FROM java:8
3
MAINTAINER Casey Hilland <casey dot hilland at gmail dot com>
4
5
RUN wget http://nlp.stanford.edu/software/stanford-corenlp-full-2015-12-09.zip
6
-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
7
8
WORKDIR stanford-corenlp-full-2015-12-09
9
0 commit comments