From 47aaf19f66be6fdfb0c89e18faa3e8b5c9163b13 Mon Sep 17 00:00:00 2001 From: a1012112796 <1012112796@qq.com> Date: Mon, 8 Mar 2021 14:44:28 +0800 Subject: [PATCH] fix a small nit Signed-off-by: a1012112796 <1012112796@qq.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7489f62..89f1670 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,5 +12,5 @@ RUN curl -SL https://github.com/git/git/archive/v2.30.1.tar.gz \ && curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash \ && apt-get install -y git-lfs \ # install golangci-lint - export BINARY="golangci-lint"; \ - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.37.0 \ No newline at end of file + && export BINARY="golangci-lint" \ + && curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.37.0 \ No newline at end of file