Skip to content

Commit 9f26fc5

Browse files
committed
Docker: Upgrade to c-lightning v0.7.2
1 parent b1f811e commit 9f26fc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ FROM node:8.15-slim as builder
33
ARG STANDALONE
44

55
RUN mkdir /opt/local && apt-get update && apt-get install -y --no-install-recommends git \
6-
$([ -n "$STANDALONE" ] || echo "autoconf automake build-essential libtool libgmp-dev \
7-
libsqlite3-dev python python3 wget zlib1g-dev")
6+
$([ -n "$STANDALONE" ] || echo "autoconf automake build-essential gettext libtool libgmp-dev \
7+
libsqlite3-dev python python3 python3-mako wget zlib1g-dev")
88

99
ARG TESTRUNNER
1010

11-
ENV LIGHTNINGD_VERSION=v0.7.1
11+
ENV LIGHTNINGD_VERSION=v0.7.2
1212
ENV LIGHTNINGD_PGP_KEY=15EE8D6CAB0E7F0CF999BFCBD9200E6CD1ADB8F1
1313

1414
RUN [ -n "$STANDALONE" ] || \

0 commit comments

Comments
 (0)