mirror of
https://github.com/traefik/traefik
synced 2026-02-03 11:10:33 +00:00
Change go-bindata
This commit is contained in:
committed by
Traefiker
parent
514f9a7215
commit
c867f48f11
+1
-1
@@ -4,7 +4,7 @@ RUN apk --update upgrade \
|
||||
&& apk --no-cache --no-progress add git mercurial bash gcc musl-dev curl tar \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
RUN go get github.com/jteeuwen/go-bindata/... \
|
||||
RUN go get github.com/containous/go-bindata/... \
|
||||
&& go get github.com/golang/lint/golint \
|
||||
&& go get github.com/kisielk/errcheck \
|
||||
&& go get github.com/client9/misspell/cmd/misspell
|
||||
|
||||
Reference in New Issue
Block a user