Skip to content

Commit 95269d0

Browse files
committed
docker: fix build by removing unused python install
1 parent 3bc9bb8 commit 95269d0

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
@@ -20,7 +20,6 @@ ARG public_url=""
2020
# be mitigated by switching to HTTP and increasing the network timeout.
2121
# See https://github.com/yarnpkg/yarn/issues/5259 for more info.
2222
RUN apk add --no-cache --update alpine-sdk \
23-
python \
2423
git \
2524
&& git clone https://github.com/lightninglabs/lightning-terminal /go/src/github.com/lightninglabs/lightning-terminal \
2625
&& cd /go/src/github.com/lightninglabs/lightning-terminal \

0 commit comments

Comments
 (0)