From 09c64c4628a0b5a2c81b685252c46faac24496be Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 22 Nov 2023 12:45:01 +0000 Subject: [PATCH] Fixed container file --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index bcead33..cc4d845 100644 --- a/Containerfile +++ b/Containerfile @@ -8,4 +8,5 @@ RUN apt-get update && apt-get install -y \ tmux \ vim WORKDIR /wgmesh +RUN go mod tidy RUN go build -o /usr/local/bin ./...