mirror of
https://github.com/containous/traefik.git
synced 2025-02-08 05:57:36 +03:00
Change go-bindata
This commit is contained in:
parent
514f9a7215
commit
c867f48f11
@ -64,7 +64,7 @@ Once your environment is set up and the Træfik repository cloned you can build
|
|||||||
cd ~/go/src/github.com/containous/traefik
|
cd ~/go/src/github.com/containous/traefik
|
||||||
|
|
||||||
# Get go-bindata. Please note, the ellipses are required
|
# Get go-bindata. Please note, the ellipses are required
|
||||||
go get github.com/jteeuwen/go-bindata/...
|
go get github.com/containous/go-bindata/...
|
||||||
|
|
||||||
# Start build
|
# Start build
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ RUN apk --update upgrade \
|
|||||||
&& apk --no-cache --no-progress add git mercurial bash gcc musl-dev curl tar \
|
&& apk --no-cache --no-progress add git mercurial bash gcc musl-dev curl tar \
|
||||||
&& rm -rf /var/cache/apk/*
|
&& 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/golang/lint/golint \
|
||||||
&& go get github.com/kisielk/errcheck \
|
&& go get github.com/kisielk/errcheck \
|
||||||
&& go get github.com/client9/misspell/cmd/misspell
|
&& go get github.com/client9/misspell/cmd/misspell
|
||||||
|
Loading…
x
Reference in New Issue
Block a user