Commit f9f98d3 1 parent db419c6 commit f9f98d3 Copy full SHA for f9f98d3
File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
6
6
7
7
# Ubuntu utils
8
8
RUN apt-get update && apt-get install -y \
9
- software-properties-common \
10
- build-essential \
11
- curl wget
9
+ software-properties-common \
10
+ build-essential \
11
+ curl wget
12
12
13
13
RUN apt-get update
14
14
@@ -28,12 +28,12 @@ RUN apt-get update && apt-get install -y \
28
28
ENV CLIGHTNING_VERSION=master
29
29
30
30
RUN git clone https://github.com/ElementsProject/lightning.git --branch=$CLIGHTNING_VERSION && \
31
- cd lightning && \
32
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
33
- ./configure --disable-rust && git submodule update --init --recursive && \
34
- pip3 install --upgrade pip && \
35
- pip3 install mako mistune==0.8.4 mrkd && \
36
- make -j$(nproc) && make install
31
+ cd lightning && \
32
+ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
33
+ ./configure --disable-rust && git submodule update --init --recursive && \
34
+ pip3 install --upgrade pip && \
35
+ pip3 install mako mistune==0.8.4 mrkd grpcio-tools && \
36
+ make -j$(nproc) && make install
37
37
38
38
RUN echo $(lightningd --version)
39
39
You can’t perform that action at this time.
0 commit comments