From 63ef3d02a9c0be9822cf661d462addd9c5322ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Fri, 18 Sep 2020 07:59:24 +0200 Subject: [PATCH] Remove useless true --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 57aaa02..63eaf52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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