added localization dependency in case needed

This commit is contained in:
Thomas Nahuel Rusiecki 2024-11-26 17:52:03 -03:00
parent a3ecbe35ef
commit bd2705c86b

View file

@ -5,6 +5,7 @@ RUN apt update && \
apt-get install -y \
python3-xapian \
git \
gettext \
sqlite3 \
curl \
jq \