Fix make tools (indentation) and update Dockerfile to reflect fixed make target
This commit is contained in:
parent
4304b20b3b
commit
1e61b87047
@ -13,7 +13,7 @@ RUN apk add --update $PACKAGES
|
||||
COPY . .
|
||||
|
||||
# Make the binary
|
||||
RUN make update-tools deps build
|
||||
RUN make tools deps build
|
||||
|
||||
# Final image
|
||||
FROM alpine:edge
|
||||
|
Loading…
Reference in New Issue
Block a user