mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 07:34:24 +01:00
add gettext to build release script
new dependency for this build means we need it
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user