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 9681403 + a66a0dd commit 4e8ba2cCopy full SHA for 4e8ba2c
dev.Dockerfile
@@ -8,11 +8,6 @@ FROM golang:${GO_VERSION}-alpine as builder
8
# queries required to connect to linked containers succeed.
9
ENV GODEBUG netdns=cgo
10
11
-# Pass a tag, branch or a commit using build-arg. This allows a docker image to
12
-# be built from a specified Git state. The default image will use the Git tip of
13
-# master by default.
14
-ARG git_url="https://github.com/lightninglabs/lndinit"
15
-
16
# Copy in the local repository to build from.
17
COPY . /go/src/github.com/lightninglabs/lndinit
18
0 commit comments