mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
add gettext to build release script
new dependency for this build means we need it
This commit is contained in:
parent
78c9d69111
commit
f5e4a30c8d
@ -35,6 +35,7 @@ RUN apt-get -qq update && \
|
|||||||
shellcheck \
|
shellcheck \
|
||||||
libxml2-utils \
|
libxml2-utils \
|
||||||
wget \
|
wget \
|
||||||
|
gettext \
|
||||||
xsltproc \
|
xsltproc \
|
||||||
zlib1g-dev && \
|
zlib1g-dev && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
@ -23,6 +23,7 @@ RUN apt-get -qq update && \
|
|||||||
libprotobuf-c-dev \
|
libprotobuf-c-dev \
|
||||||
libsqlite3-dev \
|
libsqlite3-dev \
|
||||||
libgmp-dev \
|
libgmp-dev \
|
||||||
|
gettext \
|
||||||
git \
|
git \
|
||||||
python \
|
python \
|
||||||
python3 \
|
python3 \
|
||||||
|
Loading…
Reference in New Issue
Block a user