Remove useless true
This commit is contained in:
parent
f434cc542a
commit
63ef3d02a9
1 changed files with 1 additions and 2 deletions
|
|
@ -8,8 +8,7 @@ COPY ./share/we-lang/we-lang.go /app
|
||||||
RUN apk add --no-cache git
|
RUN apk add --no-cache git
|
||||||
|
|
||||||
|
|
||||||
RUN true && \
|
RUN go get -u github.com/mattn/go-colorable && \
|
||||||
go get -u github.com/mattn/go-colorable && \
|
|
||||||
go get -u github.com/klauspost/lctime && \
|
go get -u github.com/klauspost/lctime && \
|
||||||
go get -u github.com/mattn/go-runewidth && \
|
go get -u github.com/mattn/go-runewidth && \
|
||||||
CGO_ENABLED=0 go build /app/we-lang.go
|
CGO_ENABLED=0 go build /app/we-lang.go
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue