Skip to content

Commit 9b10427

Browse files
tareknaservincenzopalazzo
authored andcommitted
fix(ci): install grpcio-tools in docker image
Signed-off-by: Tarek <[email protected]>
1 parent db419c6 commit 9b10427

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docker/Dockerfile

+9-9
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
66

77
# Ubuntu utils
88
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
1212

1313
RUN apt-get update
1414

@@ -28,12 +28,12 @@ RUN apt-get update && apt-get install -y \
2828
ENV CLIGHTNING_VERSION=master
2929

3030
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
3737

3838
RUN echo $(lightningd --version)
3939

0 commit comments

Comments
 (0)