Remove useless true

This commit is contained in:
Sandro Jäckel 2020-09-18 07:59:24 +02:00
parent f434cc542a
commit 63ef3d02a9
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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