From b6a91bc36d31348d818f50ae2bf0660dfcc83bbf Mon Sep 17 00:00:00 2001 From: D Ther Date: Wed, 14 Oct 2020 16:35:59 +0630 Subject: [PATCH] add dep go-githubactions --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9d5ef6a..10814f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.13 AS builder -RUN apt-get update && apt-get -y install upx +RUN apt-get update && apt-get -y install upx && go get -u github.com/sethvargo/go-githubactions/... ENV GO111MODULE=on CGO_ENABLED=0