removed tools target

This commit is contained in:
Dimitri Herzog 2021-01-17 21:57:54 +01:00
parent b8d6971905
commit 3f08e31287
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ RUN go mod download
ADD . .
ARG opts
RUN make tools
RUN env ${opts} make build
# final stage