We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5685f commit 5dc8e14Copy full SHA for 5dc8e14
dev.Dockerfile
@@ -1,6 +1,9 @@
1
# Start with a NodeJS base image that also contains yarn.
2
FROM node:22.8.0-alpine@sha256:bec0ea49c2333c429b62e74e91f8ba1201b060110745c3a12ff957cd51b363c6 as nodejsbuilder
3
4
+# Install dependencies to build the app
5
+RUN apk add --no-cache --update git
6
+
7
# Copy in the local repository to build from.
8
COPY . /go/src/github.com/lightninglabs/lightning-terminal
9
0 commit comments