mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:07:45 +00:00
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:
parent
774fb4dede
commit
3067ee9c4c
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ RUN apt-get update -y \
|
||||||
cmake \
|
cmake \
|
||||||
curl \
|
curl \
|
||||||
genext2fs \
|
genext2fs \
|
||||||
|
gettext \
|
||||||
git \
|
git \
|
||||||
imagemagick \
|
imagemagick \
|
||||||
libmpfr-dev \
|
libmpfr-dev \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue