lightning-terminal: install git for nodejsbuilder

This commit is contained in:
Viktor Tigerström 2024-10-25 19:28:26 +02:00
parent 9e5685f918
commit 5dc8e14a07
No known key found for this signature in database
GPG key ID: B984570980684DCC

View file

@ -1,6 +1,9 @@
# Start with a NodeJS base image that also contains yarn.
FROM node:22.8.0-alpine@sha256:bec0ea49c2333c429b62e74e91f8ba1201b060110745c3a12ff957cd51b363c6 as nodejsbuilder
# Install dependencies to build the app
RUN apk add --no-cache --update git
# Copy in the local repository to build from.
COPY . /go/src/github.com/lightninglabs/lightning-terminal