mirror of
https://github.com/tale/headplane.git
synced 2026-08-24 11:36:31 +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
|
FROM --platform=$BUILDPLATFORM golang:1.25.1 AS go-base
|
||||||
WORKDIR /run
|
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 go.mod go.sum build.sh ./
|
||||||
COPY patches/ ./patches/
|
COPY patches/ ./patches/
|
||||||
|
|||||||
Reference in New Issue
Block a user