Skip to content

Commit c998948

Browse files
committed
fix
Signed-off-by: Yuri Shkuro <github@ysh.us>
1 parent d1f5bcb commit c998948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV GOPATH=/go
77
RUN apk add --update --no-cache ca-certificates make git build-base mailcap
88

99
WORKDIR /go/src/debug-delve
10-
COPY go.mod tools.go /go/src/debug-delve/
10+
COPY go.mod go.sum /go/src/debug-delve/
1111

1212
# TODO: Remove s390x once go-delve adds support for it (https://github.com/go-delve/delve/issues/2883)
1313
# TODO: Remove ppc64le once support is released (https://github.com/go-delve/delve/issues/1564)

0 commit comments

Comments
 (0)