diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2021-06-07 22:44:51 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-06-07 22:46:53 +0200 |
commit | 3067ee9c4ccf6f00208d3898a1abb3514bda4888 (patch) | |
tree | 8181ba9144153c07f496875291cc1eaec1a30e32 /Toolchain/Dockerfile | |
parent | 774fb4dedec606d6e9e7ecfbb7ce7a1f228e0ebe (diff) | |
download | serenity-3067ee9c4ccf6f00208d3898a1abb3514bda4888.zip |
Toolchain: Add `gettext` as a dependency to `Dockerfile`
We need `msgfmt` inside of the `gettext` package in order to build the
git port.
Diffstat (limited to 'Toolchain/Dockerfile')
-rw-r--r-- | Toolchain/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Toolchain/Dockerfile b/Toolchain/Dockerfile index 66ff085fa2..d6bdc31840 100644 --- a/Toolchain/Dockerfile +++ b/Toolchain/Dockerfile @@ -9,6 +9,7 @@ RUN apt-get update -y \ cmake \ curl \ genext2fs \ + gettext \ git \ imagemagick \ libmpfr-dev \ |