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 70cfae5 commit 52bf1cdCopy full SHA for 52bf1cd
Dockerfile
@@ -26,7 +26,6 @@ RUN apk add --no-cache --update alpine-sdk \
26
&& tar -xf node-${NODE_VERSION}-linux-x64-musl.tar.xz -C /usr --strip 1 \
27
&& rm node-${NODE_VERSION}-linux-x64-musl.tar.xz \
28
&& curl -o- -L https://yarnpkg.com/install.sh | bash \
29
-&& /bin/bash \
30
&& . ~/.bashrc \
31
&& cd /go/src/github.com/lightninglabs/lightning-terminal \
32
&& make install \
0 commit comments