From cd822b31c88497906cf6576d7608627357c20f53 Mon Sep 17 00:00:00 2001 From: Dominik Becker Date: Sun, 24 May 2020 15:33:30 +0200 Subject: [PATCH] added missing dictionaries --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d1e5d42..2de3cce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM debian:stretch-slim RUN apt-get update \ - && apt-get install -y hunspell hunspell-tools \ No newline at end of file + && apt-get install -y hunspell hunspell-tools \ + && apt-get install -y hunspell-de-at hunspell-de-at-frami hunspell-de-ch hunspell-de-ch-frami hunspell-de-de hunspell-de-de-frami hunspell-en-gb hunspell-en-us hunspell-fr \ No newline at end of file