diff --git a/Dockerfile b/Dockerfile index d38abdb..0f875cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,38 +16,20 @@ RUN curl -1sLf 'https://dl.cloudsmith.io/public/task/task/setup.deb.sh' | bash & RUN npm install --global npm@latest \ cspell@${CSPELL_VERSION} \ - @cspell/dict-aws \ - @cspell/dict-bash \ - @cspell/dict-companies \ - @cspell/dict-data-science \ - @cspell/dict-docker \ @cspell/dict-en-gb \ - @cspell/dict-en-common-misspellings \ + @cspell/dict-en-gb-ise \ + @cspell/dict-scientific-terms-gb \ @cspell/dict-es-es \ - @cspell/dict-git \ - @cspell/dict-google \ - @cspell/dict-golang \ - @cspell/dict-lorem-ipsum \ - @cspell/dict-makefile \ - @cspell/dict-python \ - @cspell/dict-shell \ - @cspell/dict-software-terms \ - @cspell/dict-terraform + @cspell/dict-people-names \ + @cspell/dict-redis \ + @cspell/dict-scientific-terms-us \ + @cspell/dict-cspell-bundle -RUN cspell link add @cspell/dict-aws && \ - cspell link add @cspell/dict-bash && \ - cspell link add @cspell/dict-companies && \ - cspell link add @cspell/dict-data-science && \ - cspell link add @cspell/dict-docker && \ - cspell link add @cspell/dict-en-gb && \ - cspell link add @cspell/dict-en-common-misspellings && \ +RUN cspell link add @cspell/dict-en-gb && \ + cspell link add @cspell/dict-en-gb-ise && \ + cspell link add @cspell/dict-scientific-terms-gb && \ cspell link add @cspell/dict-es-es && \ - cspell link add @cspell/dict-git && \ - cspell link add @cspell/dict-google && \ - cspell link add @cspell/dict-golang && \ - cspell link add @cspell/dict-lorem-ipsum && \ - cspell link add @cspell/dict-makefile && \ - cspell link add @cspell/dict-python && \ - cspell link add @cspell/dict-shell && \ - cspell link add @cspell/dict-software-terms && \ - cspell link add @cspell/dict-terraform + cspell link add @cspell/dict-people-names && \ + cspell link add @cspell/dict-redis && \ + cspell link add @cspell/dict-scientific-terms-us && \ + cspell link add @cspell/dict-cspell-bundle