From d97c647e73cf492cae310ac37dd4450627f78a06 Mon Sep 17 00:00:00 2001
From: itzaname <me@sliving.io>
Date: Sat, 14 Dec 2024 01:51:17 -0500
Subject: [PATCH] Util is now public

---
 Containerfile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Containerfile b/Containerfile
index 7203e1b..4843f8a 100644
--- a/Containerfile
+++ b/Containerfile
@@ -7,9 +7,6 @@ WORKDIR /app
 # Copy go.mod and go.sum files
 COPY go.mod go.sum ./
 
-# Download dependencies
-RUN --mount=type=secret,id=netrc,dst=/root/.netrc go mod download
-
 # Copy the entire project
 COPY . .