Browse Source

add gettext to build release script

new dependency for this build means we need it
travis-debug
lisa neigut 5 years ago
committed by neil saitug
parent
commit
f5e4a30c8d
  1. 1
      contrib/Dockerfile.builder
  2. 1
      contrib/Dockerfile.builder.i386

1
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/*

1
contrib/Dockerfile.builder.i386

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

Loading…
Cancel
Save