added localization dependency in case needed

This commit is contained in:
Thomas Nahuel Rusiecki 2024-11-26 17:52:03 -03:00
parent 9db1f2dc9b
commit 963f56e74b

View file

@ -5,6 +5,7 @@ RUN apt update && \
apt-get install -y \
python3-xapian \
git \
gettext \
sqlite3 \
jq \
&& rm -rf /var/lib/apt/lists/*