Skip to content

Commit

Permalink
#11 silly mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
akorosov authored Sep 10, 2020
1 parent 8de8513 commit cf6b3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_slim
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,6 @@ RUN apt update && \
libzstd1=1.3.8+dfsg-3 && \
apt clean && \
rm -rf /var/lib/apt/lists/* && \
python -c 'import pythesint; pythesint.update_all_vocabulaties()'
python -c 'import pythesint; pythesint.update_all_vocabularies()'

WORKDIR /src

0 comments on commit cf6b3ad

Please sign in to comment.