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 . . COPY . .
# Make the binary # Make the binary
RUN make update-tools deps build RUN make tools deps build
# Final image # Final image
FROM alpine:edge FROM alpine:edge

View File

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