Skip to content

Commit 5dc8e14

Browse files
lightning-terminal: install git for nodejsbuilder
1 parent 9e5685f commit 5dc8e14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev.Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Start with a NodeJS base image that also contains yarn.
22
FROM node:22.8.0-alpine@sha256:bec0ea49c2333c429b62e74e91f8ba1201b060110745c3a12ff957cd51b363c6 as nodejsbuilder
33

4+
# Install dependencies to build the app
5+
RUN apk add --no-cache --update git
6+
47
# Copy in the local repository to build from.
58
COPY . /go/src/github.com/lightninglabs/lightning-terminal
69

0 commit comments

Comments
 (0)