From 155eb06641bb9259cab59b5126a40be943ecb4f7 Mon Sep 17 00:00:00 2001 From: Igor Korovchenko Date: Mon, 11 Jan 2021 12:23:02 +0000 Subject: [PATCH] Fix issue with installation of language packs --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index bcc91c8..808a001 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -14,7 +14,7 @@ fi echo "Starting..." echo "Setup languages and spelling tool..." -apt-get install $(python /extract-lang.py $SPELLCHECK_CONFIG_FILE) +apt-get install -y $(python /extract-lang.py $SPELLCHECK_CONFIG_FILE) rm -rf /var/lib/apt/lists/*