Skip to content

Commit f5e4a30

Browse files
committed
add gettext to build release script
new dependency for this build means we need it
1 parent 78c9d69 commit f5e4a30

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

contrib/Dockerfile.builder

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ RUN apt-get -qq update && \
3535
shellcheck \
3636
libxml2-utils \
3737
wget \
38+
gettext \
3839
xsltproc \
3940
zlib1g-dev && \
4041
rm -rf /var/lib/apt/lists/*

contrib/Dockerfile.builder.i386

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN apt-get -qq update && \
2323
libprotobuf-c-dev \
2424
libsqlite3-dev \
2525
libgmp-dev \
26+
gettext \
2627
git \
2728
python \
2829
python3 \

0 commit comments

Comments
 (0)