Skip to content

Commit

Permalink
Merge pull request #12 from nansencenter/issue11-pythesint
Browse files Browse the repository at this point in the history
Issue11 pythesint
  • Loading branch information
akorosov authored Sep 10, 2020
2 parents 2fc254b + cf6b3ad commit 4d8126b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile_slim
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ RUN apt update && \
libxerces-c3.2=3.2.2+debian-1+b1 \
libzstd1=1.3.8+dfsg-3 && \
apt clean && \
rm -rf /var/lib/apt/lists/*
rm -rf /var/lib/apt/lists/* && \
python -c 'import pythesint; pythesint.update_all_vocabularies()'

WORKDIR /src

0 comments on commit 4d8126b

Please sign in to comment.