Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
KanBen86 authored Dec 3, 2023
1 parent face25f commit d44cbf5
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 @@ -9,7 +9,7 @@ RUN apk update;
RUN apk add unzip;
RUN apk add openjdk11-jre-headless;

RUN cd /jars; wget http://nlp.stanford.edu/software/stanford-corenlp-latest.zip; \
RUN cd /jars; wget https://nlp.stanford.edu/software/stanford-corenlp-4.5.5.zip; \
if ["$?"!="0"]; \
then rm stanford-corenlp-latest.zip; \
else rm /jars/stanford-corenlp-4.2.2/; \
Expand Down

0 comments on commit d44cbf5

Please sign in to comment.