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 4627502 commit 2e150fcCopy full SHA for 2e150fc
Dockerfile
@@ -76,6 +76,12 @@ RUN cd /tmp \
76
77
ENV GOROOT=/usr/local/go
78
79
+# Install cargo for rust builds
80
+RUN cd /root \
81
+ && curl -s -L -O https://static.rust-lang.org/rustup.sh \
82
+ && bash ./rustup.sh -y --verbose
83
+ENV PATH="/root/.cargo/bin:${PATH}"
84
+
85
VOLUME /root/lightning-integration/reports
86
VOLUME /root/lightning-integration/output
87
0 commit comments