Skip to content

Commit 4e8ba2c

Browse files
authored
Merge pull request #55 from ZZiigguurraatt/main
dev.Dockerfile: remove unused argument
2 parents 9681403 + a66a0dd commit 4e8ba2c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

dev.Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ FROM golang:${GO_VERSION}-alpine as builder
88
# queries required to connect to linked containers succeed.
99
ENV GODEBUG netdns=cgo
1010

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-
1611
# Copy in the local repository to build from.
1712
COPY . /go/src/github.com/lightninglabs/lndinit
1813

0 commit comments

Comments
 (0)