From 09a1d5d5e3b75ab5552ebb49d9fba721bade3219 Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 10 Feb 2023 15:27:15 +1100 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 57ff994..44a9c51 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,7 @@ ENV CGO_LDFLAGS "-static -w -s" RUN wget https://git.coadcorp.com/nathan/json2excel/archive/initial.zip && \ unzip json2excel-initial.zip && \ + rm json2excel-initial.zip && \ cd json2excel && \ go mod download && \ go build -o /json2excel cmd/main/main.go