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 b1f811e commit 9f26fc5Copy full SHA for 9f26fc5
Dockerfile
@@ -3,12 +3,12 @@ FROM node:8.15-slim as builder
3
ARG STANDALONE
4
5
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")
+ $([ -n "$STANDALONE" ] || echo "autoconf automake build-essential gettext libtool libgmp-dev \
+ libsqlite3-dev python python3 python3-mako wget zlib1g-dev")
8
9
ARG TESTRUNNER
10
11
-ENV LIGHTNINGD_VERSION=v0.7.1
+ENV LIGHTNINGD_VERSION=v0.7.2
12
ENV LIGHTNINGD_PGP_KEY=15EE8D6CAB0E7F0CF999BFCBD9200E6CD1ADB8F1
13
14
RUN [ -n "$STANDALONE" ] || \
0 commit comments