Fix make tools (indentation) and update Dockerfile to reflect fixed make target

This commit is contained in:
Jack Zampolin 2018-07-13 13:58:22 -07:00
parent 4304b20b3b
commit 1e61b87047
2 changed files with 55 additions and 55 deletions

View File

@ -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

View File

@ -94,7 +94,7 @@ tools:
@echo "Installing unparam"
go get -v $(UNPARAM)
endif
ifdef GOYCLO_CHECK
ifdef GOCYCLO_CHECK
@echo "goyclo is already installed. Run 'make update-tools' to update."
else
@echo "Installing goyclo"