added localization dependency in case needed

This commit is contained in:
Thomas Nahuel Rusiecki 2024-11-26 17:52:03 -03:00
parent 3bf132cf67
commit 4007804ccb

View file

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