Toolchain: Add gettext as a dependency to Dockerfile

We need `msgfmt` inside of the `gettext` package in order to build the
git port.
This commit is contained in:
Jelle Raaijmakers 2021-06-07 22:44:51 +02:00 committed by Andreas Kling
parent 774fb4dede
commit 3067ee9c4c

View file

@ -9,6 +9,7 @@ RUN apt-get update -y \
cmake \
curl \
genext2fs \
gettext \
git \
imagemagick \
libmpfr-dev \