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.
2 parents e3a8589 + ad2d802 commit d6b7557Copy full SHA for d6b7557
dev.Dockerfile
@@ -63,6 +63,12 @@ ARG LOOP_VERSION
63
# Need to restate this since running in a new container from above.
64
ARG NO_UI
65
66
+# Allow defining the CGO_ENABLED variable so we can build binaries
67
+# that will work in a different type of container.
68
+# `go` assumes `CGO_ENABLED=1` if not defined, but we make it explicit here
69
+# to be more clear of the default value.
70
+ARG CGO_ENABLED=1
71
+
72
# Install dependencies and install/build lightning-terminal.
73
RUN apk add --no-cache --update alpine-sdk make \
74
&& cd /go/src/github.com/lightninglabs/lightning-terminal \
0 commit comments