Skip to content

Commit 7b94d8a

Browse files
authored
Fix dockerfile for blockscopy. (#180)
Signed-off-by: Peter Štibraný <[email protected]>
1 parent d12588e commit 7b94d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/blockscopy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG GOARCH="amd64"
33
COPY . /build_dir
44
WORKDIR /build_dir
55
ENV GOPROXY=https://proxy.golang.org
6-
RUN make clean && make chunktool
6+
RUN make clean && make blockscopy
77

88
FROM alpine:3.13
99
RUN apk add --update --no-cache ca-certificates

0 commit comments

Comments
 (0)