Skip to content

Commit

Permalink
Fix issue with installation of language packs
Browse files Browse the repository at this point in the history
  • Loading branch information
igsekor committed Jan 11, 2021
1 parent 7600941 commit 155eb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

Expand Down

0 comments on commit 155eb06

Please sign in to comment.