Remove useless true

pull/524/head
Sandro Jäckel 4 years ago
parent f434cc542a
commit 63ef3d02a9
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

@ -8,8 +8,7 @@ COPY ./share/we-lang/we-lang.go /app
RUN apk add --no-cache git
RUN true && \
go get -u github.com/mattn/go-colorable && \
RUN go get -u github.com/mattn/go-colorable && \
go get -u github.com/klauspost/lctime && \
go get -u github.com/mattn/go-runewidth && \
CGO_ENABLED=0 go build /app/we-lang.go

Loading…
Cancel
Save