mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +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 \
|
||||
libxml2-utils \
|
||||
wget \
|
||||
gettext \
|
||||
xsltproc \
|
||||
zlib1g-dev && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
@ -23,6 +23,7 @@ RUN apt-get -qq update && \
|
||||
libprotobuf-c-dev \
|
||||
libsqlite3-dev \
|
||||
libgmp-dev \
|
||||
gettext \
|
||||
git \
|
||||
python \
|
||||
python3 \
|
||||
|
Loading…
Reference in New Issue
Block a user