add gettext to build release script

new dependency for this build means we need it
This commit is contained in:
lisa neigut 2019-10-18 08:43:10 +02:00 committed by neil saitug
parent 78c9d69111
commit f5e4a30c8d
2 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@ RUN apt-get -qq update && \
shellcheck \
libxml2-utils \
wget \
gettext \
xsltproc \
zlib1g-dev && \
rm -rf /var/lib/apt/lists/*

View File

@ -23,6 +23,7 @@ RUN apt-get -qq update && \
libprotobuf-c-dev \
libsqlite3-dev \
libgmp-dev \
gettext \
git \
python \
python3 \