mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
Fix broken docker build by removing extra bash. Closes #137
This commit is contained in:
parent
70cfae5ad7
commit
52bf1cd27e
1 changed files with 0 additions and 1 deletions
|
|
@ -26,7 +26,6 @@ RUN apk add --no-cache --update alpine-sdk \
|
|||
&& tar -xf node-${NODE_VERSION}-linux-x64-musl.tar.xz -C /usr --strip 1 \
|
||||
&& rm node-${NODE_VERSION}-linux-x64-musl.tar.xz \
|
||||
&& curl -o- -L https://yarnpkg.com/install.sh | bash \
|
||||
&& /bin/bash \
|
||||
&& . ~/.bashrc \
|
||||
&& cd /go/src/github.com/lightninglabs/lightning-terminal \
|
||||
&& make install \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue