ci: add text extraction dependency to permit running translation routines

This commit is contained in:
Kittywhiskers Van Gogh 2022-06-10 18:57:53 +05:30
parent 9958ba6ea0
commit 32b3c2d98a

View File

@ -20,6 +20,7 @@ RUN apt-get update && apt-get install $APT_ARGS \
cmake \
git \
g++ \
gettext \
wget \
unzip \
libtool \