From 9267931b8c659c5764c0115b76d1915796480e07 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Tue, 25 Sep 2018 01:10:28 -0400 Subject: [PATCH] update; Signed-off-by: Jess Frazelle --- github-dev/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/github-dev/Dockerfile b/github-dev/Dockerfile index 2055b2d..9f89d61 100644 --- a/github-dev/Dockerfile +++ b/github-dev/Dockerfile @@ -14,7 +14,5 @@ RUN apk add --no-cache \ RUN go get github.com/golang/lint/golint RUN go get honnef.co/go/tools/cmd/staticcheck -ENV GO111MODULE on - COPY upload-assets /usr/bin/upload-assets COPY release-email-notification /usr/bin/release-email-notification