Update 'Dockerfile'
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2023-02-10 15:44:21 +11:00
parent ee75f3ea6c
commit 5af2c7b81c

View File

@@ -21,9 +21,9 @@ WORKDIR /src
ENV CGO_LDFLAGS "-static -w -s"
RUN wget https://git.coadcorp.com/nathan/json2excel/archive/initial.zip && \
unzip initial.zip && \
rm initial.zip && \
RUN wget https://git.coadcorp.com/nathan/json2excel/archive/v0.1.zip && \
unzip v0.1.zip && \
rm v0.1.zip && \
cd json2excel && \
go mod download && \
go build -o /json2excel cmd/main/main.go