mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +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
Notes:
sideshowbarker
2024-07-18 12:39:58 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/3067ee9c4cc Pull-request: https://github.com/SerenityOS/serenity/pull/7899
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ RUN apt-get update -y \
|
|||
cmake \
|
||||
curl \
|
||||
genext2fs \
|
||||
gettext \
|
||||
git \
|
||||
imagemagick \
|
||||
libmpfr-dev \
|
||||
|
|
Loading…
Reference in a new issue