mirror of
https://github.com/tale/headplane.git
synced 2026-07-27 00:08:14 +00:00
fix: add patch command to docker build
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user