mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
lightning-terminal: install git for nodejsbuilder
This commit is contained in:
parent
9e5685f918
commit
5dc8e14a07
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue