From 7513328e2f46e9c31ba4a3910540817557cca9ef Mon Sep 17 00:00:00 2001 From: Kittisak Phormraksa Date: Sun, 21 Apr 2024 08:19:33 +0700 Subject: [PATCH] [ci] Fix CGO_ENABLED for sqlite3 --- api/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/Dockerfile b/api/Dockerfile index 53d132e..dd579c5 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,7 +1,5 @@ FROM golang:1.22.2 -ENV CGO_ENABLED=0 - WORKDIR /workspace ADD go.mod go.sum ./ RUN go mod download