diff --git a/contrib/Dockerfile.builder b/contrib/Dockerfile.builder index 33fe03300..99daf4af3 100644 --- a/contrib/Dockerfile.builder +++ b/contrib/Dockerfile.builder @@ -35,6 +35,7 @@ RUN apt-get -qq update && \ shellcheck \ libxml2-utils \ wget \ + gettext \ xsltproc \ zlib1g-dev && \ rm -rf /var/lib/apt/lists/* diff --git a/contrib/Dockerfile.builder.i386 b/contrib/Dockerfile.builder.i386 index 1d0489e52..7914b5be2 100644 --- a/contrib/Dockerfile.builder.i386 +++ b/contrib/Dockerfile.builder.i386 @@ -23,6 +23,7 @@ RUN apt-get -qq update && \ libprotobuf-c-dev \ libsqlite3-dev \ libgmp-dev \ + gettext \ git \ python \ python3 \