We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c9d69 commit f5e4a30Copy full SHA for f5e4a30
contrib/Dockerfile.builder
@@ -35,6 +35,7 @@ RUN apt-get -qq update && \
35
shellcheck \
36
libxml2-utils \
37
wget \
38
+ gettext \
39
xsltproc \
40
zlib1g-dev && \
41
rm -rf /var/lib/apt/lists/*
contrib/Dockerfile.builder.i386
@@ -23,6 +23,7 @@ RUN apt-get -qq update && \
23
libprotobuf-c-dev \
24
libsqlite3-dev \
25
libgmp-dev \
26
27
git \
28
python \
29
python3 \
0 commit comments