fix: add patch command to docker build

This commit is contained in:
Aarnav Tale
2026-04-09 22:42:51 -04:00
parent 974c3b0e48
commit 272233ae62
+1
View File
@@ -1,5 +1,6 @@
FROM --platform=$BUILDPLATFORM golang:1.25.1 AS go-base
WORKDIR /run
RUN apt-get update && apt-get install -y --no-install-recommends patch && rm -rf /var/lib/apt/lists/*
COPY go.mod go.sum build.sh ./
COPY patches/ ./patches/