Skip to content

Commit 883c560

Browse files
authored
Merge pull request #138 from stefanlsd/dockerfile
Fix broken docker build by removing extra bash. Closes #137
2 parents 98e88ee + 52bf1cd commit 883c560

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ RUN apk add --no-cache --update alpine-sdk \
2626
&& tar -xf node-${NODE_VERSION}-linux-x64-musl.tar.xz -C /usr --strip 1 \
2727
&& rm node-${NODE_VERSION}-linux-x64-musl.tar.xz \
2828
&& curl -o- -L https://yarnpkg.com/install.sh | bash \
29-
&& /bin/bash \
3029
&& . ~/.bashrc \
3130
&& cd /go/src/github.com/lightninglabs/lightning-terminal \
3231
&& make install \

0 commit comments

Comments
 (0)