From 4a8d9a733870f7bc8f46a03573ba2684f8ba2229 Mon Sep 17 00:00:00 2001 From: Bruce Wang Date: Sat, 26 Jan 2019 19:49:21 +0800 Subject: [PATCH] fixed #200 Dockerfile build error --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ac9b8c5..f828d8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,7 @@ RUN go get github.com/go-sql-driver/mysql RUN go get github.com/spf13/viper # Build notorious +RUN go get github.com/GrappigPanda/notorious RUN go install github.com/GrappigPanda/notorious # Set the entry command